writing unicode apps in python
writing unicode apps in python - some beginner questions.
Fredrik Lundh fredrik at pythonware.comSun Feb 13 03:05:35 EST 2005
- Previous message (by thread): writing unicode apps in python - some beginner questions.
- Next message (by thread): writing unicode apps in python - some beginner questions.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"WX" wrote: > The character set I am using is the Hindi/Devanagari character set at > unicode range U+901.) > > (#1) If I paste some unicode stuff from the clipboard into IDLE, it accepts it, but it can't > execute a PRINT command like this: > > >>> print u"?????? ??????" > Unsupported characters in input > > Should I report this as a bug or is it an essential limitation of the Python console/immediate > mode? I don't see why it couldn't be fixed, so feel free to report it to the bug tracker. </F>
- Previous message (by thread): writing unicode apps in python - some beginner questions.
- Next message (by thread): writing unicode apps in python - some beginner questions.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list