-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
phoshare does not handle paths containing unicode characters. Potential fixes suggested by Michel Boudinot:
- set the default encoding to utf-8, using the kludge of adding
import sys; reload(sys); sys.setdefaultencoding(‘utf-8’)in the__init__.pyfile.
or - leaving the default encoding alone, (actually, it is ascii), implement a
UnicodeConfigParser()function (http://sysmagazine.com/posts/119405/) and I use it in place ofRawConfigParser()in thesave()function.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels