
report at bugs
Nov 4, 2009, 1:52 AM
Post #1 of 1
(42 views)
Permalink
|
|
[issue4652] IDLE does not work with Unicode
|
|
Jean-Christophe Helary <jean.christophe.helary[at]gmail.com> added the comment: I've installed Python 3.1.1 on OSX today. 1) When I use the Japanese input from OSX, IDLE interprets any character I attempt to type as a space. 2) When I paste a Japanese string from a different place, it is correctly handled. For ex: >>> print('ここ') ここ >>> While on Python 2.5's IDLE I had: >>> print('ここ') Unsupported characters in input >>> by default. In any case, IDLE 3.1.1 does not respect the input source and that makes it impossible to directly type Japanese (if not other double byte character based languages). Note: IDLE respect OSX dead keys and I can correctly use "Alt+c" to input "ç". ---------- nosy: +jchelary versions: +Python 3.1 -Python 3.0 _______________________________________ Python tracker <report[at]bugs.python.org> <http://bugs.python.org/issue4652> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|