I've got a bunch of files with Japanese characters in their names and os.listdir() replaces those characters with ?'s. I'm trying to open the files several steps later, and obviously Python isn't going to find '01-????.jpg' (formally '01-ひらがな.jpg') because it doesn't exist. I'm not sure where in the process I'm able to stop that from happening. Thanks. -- http://mail.python.org/mailman/listinfo/python-list
- Unicode File Names Jordan
- Re: Unicode File Names John Machin
- Re: Unicode File Names Jordan
- Re: Unicode File Names Chris Rebert
- Re: Unicode File Names John Machin
- Re: Unicode File Names Jordan
- Re: Unicode File Names Jordan
- Re: Unicode File Names John Machin
- Re: Unicode File Names Martin v. Lo
- Re: Unicode File Names John Machin
- Re: Unicode File Names Martin v. Löwis