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 asvetlov, ezio.melotti, loewis, pitrou, roger.serwy, serhiy.storchaka, vstinner
Date 2012-04-28.22:51:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335653473.07.0.951490052574.issue14304@psf.upfronthosting.co.za>
In-reply-to
Content
I don't understand how the utf-8-bmp codec will help to fix the tkinter. To fix the tkinter, you need to fix the Tcl/Tk, but it is outside of Python. While Tcl does not support non-bmp characters, correct and non-ambiguous working with non-bmp characters is not possible. You should choose the method of encoding of non-bmp characters and these methods will be different for different applications.
History
Date User Action Args
2012-04-28 22:51:13serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, pitrou, vstinner, ezio.melotti, roger.serwy, asvetlov
2012-04-28 22:51:13serhiy.storchakasetmessageid: <1335653473.07.0.951490052574.issue14304@psf.upfronthosting.co.za>
2012-04-28 22:51:12serhiy.storchakalinkissue14304 messages
2012-04-28 22:51:12serhiy.storchakacreate