OSDN Git Service

portability: make filenames unicode
authorMartin Renold <martinxyz@gmx.ch>
Mon, 18 Oct 2010 13:01:24 +0000 (15:01 +0200)
committerMartin Renold <martinxyz@gmx.ch>
Mon, 18 Oct 2010 14:31:38 +0000 (16:31 +0200)
commita26f33a92924117204247530d8d0b6f0b543a73b
tree30311a5c3f3ceeb94d4e3a1e1ec76b01666b33c6
parent79d2249b2b1da18c61fe909fdd05f347c50b89c9
portability: make filenames unicode

This fixes various problems on Windows with saving/loading files
with special characters. https://gna.org/bugs/?16109

Note that we pass unicode strings to os.* functions to get
back unicode filenames (instead of the encoding of the system).

brush names: utf8 --> unicode
group names: already unicode
layer names: utf8 --> unicode
bruspack filenames: broken --> unicode
gui/brushmanager.py
gui/brushselectionwindow.py
gui/dialogs.py
gui/filehandling.py
gui/main.py
mypaint.py