You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dirnames provided by appdirs may or may not be unicode instances. We need to investigate this further and figure out how to deal with unicode chars in py27 and 34.
The text was updated successfully, but these errors were encountered:
in order to have confidence in our ability to handle utf8 path location
we just add random utf8 string named sub-dirs to our path fixtures.
Closes: #106
In order to have confidence in our ability to handle utf8 path location
we just add random utf8 string named sub-dirs to our path fixtures.
We now have to wait for ``hamsterlib`` to fix#130Closes: #106
Dirnames provided by
appdirs
may or may not be unicode instances. We need to investigate this further and figure out how to deal with unicode chars in py27 and 34.The text was updated successfully, but these errors were encountered: