[Python-Dev] Tests and unicode (original) (raw)

Reinhold Birkenfeld reinhold-birkenfeld-nospam at wolke7.net
Sat Oct 1 19:28:54 CEST 2005


Hi,

I looked whether I could make the test suite pass again when compiled with --disable-unicode.

One problem is that no Unicode escapes can be used since compiling the file raises ValueErrors for them. Such strings would have to be produced using unichr().

Is this the right way? Or is disabling Unicode not supported any more?

Reinhold

-- Mail address is perfectly valid!



More information about the Python-Dev mailing list