[Python-Dev] [Python-checkins] cpython: _PyImport_LoadDynamicModule() encodes the module name explicitly to ASCII
Neil Hodgson
nyamatongwe at gmail.com
Tue May 10 06:35:27 CEST 2011
Michael Urman:
> That screenshot seems to show UTF-8 is being used. This may just be
> the literal bytes in the .c file, but could it be something more
> dependable?
The file is in UTF-8 so the compiler may just be copying the bytes.
There is a setlocale pragma but that seems to be just for string
literals.
Neil
More information about the Python-Dev
mailing list