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 jchelary
Recipients gpolo, jchelary, zzyzx
Date 2009-11-04.09:52:11
SpamBayes Score 1.1316087e-09
Marked as misclassified No
Message-id <1257328333.18.0.817739481778.issue4652@psf.upfronthosting.co.za>
In-reply-to
Content
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 "ç".
History
Date User Action Args
2009-11-04 09:52:13jchelarysetrecipients: + jchelary, gpolo, zzyzx
2009-11-04 09:52:13jchelarysetmessageid: <1257328333.18.0.817739481778.issue4652@psf.upfronthosting.co.za>
2009-11-04 09:52:11jchelarylinkissue4652 messages
2009-11-04 09:52:11jchelarycreate