[Python-Dev] unicode imports
Neil Hodgson
nyamatongwe at gmail.com
Sat Jun 17 06:53:08 CEST 2006
More information about the Python-Dev mailing list
Sat Jun 17 06:53:08 CEST 2006
- Previous message: [Python-Dev] unicode imports
- Next message: [Python-Dev] unicode imports
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Kristján V. Jónsson: > Although python has had full unicode support for filenames for a long time > on selected platforms (e.g. Windows), there is one glaring deficiency: It > cannot import from paths containing unicode. I´ve tried creating folders > with chinese characters and adding them to path, to no avail. > The standard install path in chinese distributions can be with a non-ANSI > path, and installing an embedded python application there will break it. It should be unusual for a Chinese installation to use an install path that can not be represented in MBCS. Try encoding the install directory into MBCS before adding it to sys.path. Neil
- Previous message: [Python-Dev] unicode imports
- Next message: [Python-Dev] unicode imports
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list