writing unicode apps in python - some beginner questions.

Fredrik Lundh fredrik at pythonware.com
Sun Feb 13 03:05:35 EST 2005


"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> 






More information about the Python-list mailing list