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 serhiy.storchaka
Recipients barry, brett.cannon, ezio.melotti, serhiy.storchaka, vstinner
Date 2012-10-16.17:56:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350410210.71.0.865976430938.issue13572@psf.upfronthosting.co.za>
In-reply-to
Content
Barry, you can reproduce it? The issue obviously in PyUnicode_FromString() call from PyCursesWindow_GetKey(). We can try latin1 encoding, locale encoding or utf-8 with surrogateescape error handler.
History
Date User Action Args
2012-10-16 17:56:50serhiy.storchakasetrecipients: + serhiy.storchaka, barry, brett.cannon, vstinner, ezio.melotti
2012-10-16 17:56:50serhiy.storchakasetmessageid: <1350410210.71.0.865976430938.issue13572@psf.upfronthosting.co.za>
2012-10-16 17:56:50serhiy.storchakalinkissue13572 messages
2012-10-16 17:56:50serhiy.storchakacreate