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 ned.deily
Recipients asvetlov, gpolo, jchelary, ned.deily, weirdink13, zzyzx
Date 2012-03-21.20:29:55
SpamBayes Score 4.421787e-08
Marked as misclassified No
Message-id <1332361796.73.0.30504860072.issue4652@psf.upfronthosting.co.za>
In-reply-to
Content
To add to the other comments, problems with input methods using Python 3 and Tkinter or IDLE are usually platform-specific issues with the implementation of Tk.  In particular, the issue Jean-Christophe reported with Python 3.1.1 was very likely due to its use of the old Tk 8.4 (at least with the python.org installer).  Current versions of Python 3.2.x for OS X 10.6+ link with the newer Tk 8.5, the very latest releases of which by ActiveState contain important fixes for input methods using composite characters (http://www.python.org/download/mac/tcltk/ has the most up-to-date information).  Also, note to the original poster, you either made a typo in the bug report ("UFT-8" - it should be "UTF-8") or, if you actually tried that locale, it might explain why you had problems.  If someone can reproduce a problem with a current Python 3.2.x or later, please re-open with details.
History
Date User Action Args
2012-03-21 20:29:56ned.deilysetrecipients: + ned.deily, gpolo, zzyzx, asvetlov, jchelary, weirdink13
2012-03-21 20:29:56ned.deilysetmessageid: <1332361796.73.0.30504860072.issue4652@psf.upfronthosting.co.za>
2012-03-21 20:29:56ned.deilylinkissue4652 messages
2012-03-21 20:29:55ned.deilycreate