[Python-Dev] Tests and unicode (original) (raw)
Reinhold Birkenfeld reinhold-birkenfeld-nospam at wolke7.net
Sat Oct 1 19:28:54 CEST 2005
- Previous message: [Python-Dev] Active Objects in Python
- Next message: [Python-Dev] Tests and unicode
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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!
- Previous message: [Python-Dev] Active Objects in Python
- Next message: [Python-Dev] Tests and unicode
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]