This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients asvetlov, ezio.melotti, loewis, pitrou, roger.serwy, serhiy.storchaka, vstinner
Date 2012-04-28.20:34:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20120428223427.Horde.1l5Fd9jz9kRPnFRTszUk4hA@webmail.df.eu>
In-reply-to <1335637953.25.0.162969191105.issue14304@psf.upfronthosting.co.za>
Content
> In the case of the Cyrillic alphabet all text becomes unreadable, if  
> there are some non-bmp characters in it.

And indeed, that's the correct, desired behavior, as it models what the
interactive shell does.

If you want to change this, you need to also change the interactive console,
which is an issue independent of this one.
History
Date User Action Args
2012-04-28 20:34:28loewissetrecipients: + loewis, pitrou, vstinner, ezio.melotti, roger.serwy, asvetlov, serhiy.storchaka
2012-04-28 20:34:28loewislinkissue14304 messages
2012-04-28 20:34:28loewiscreate