[Python-Dev] Import and unicode: part two
"Martin v. Löwis"
martin at v.loewis.de
Thu Jan 27 21:26:13 CET 2011
> When switching to a UTF-8 locale, they can also change the file
> names of their modules to be encoded in UTF-8. It would be fairly easy
> to write a script that identifies non-ASCII file names in a directory
> and offers to transcode their names from their current encoding to
> UTF-8.
In fact, convmv (http://j3e.de/linux/convmv/) does exactly that;
it comes as a Debian package also.
Regards,
Martin
More information about the Python-Dev
mailing list