New submission from Aki Wakabayashi <zzyzx2...@gmail.com>: I have installed python 3.0 on Ubuntu 8.10 yesterday and played around with the new unicode features and had no problems with Japanese characters(both in interactive and script mode). However, after rebooting, IDLE will no longer let me input any Japanese characters. (I have it set to UFT-8, if it makes any difference anymore)
The terminal works fine. It lets me input Japanese and runs commands correctly. So I used gedit and saved a simple print("Hello(in Japanese chars)"), and run it with IDLE 3.0 but I get a blank line >>>. (Can I also make sure that I'm opening IDLE correctly? This is how I do it: 1)Open Terminal 2)~$ Python.3.0 3)>>> input idlelib.idle Thank You in advance. ---------- components: IDLE messages: 77717 nosy: zzyzx severity: normal status: open title: IDLE does not work with Unicode type: performance versions: Python 3.0 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue4652> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com