[New-bugs-announce] [issue4652] IDLE does not work with Unicode

Aki Wakabayashi report at bugs.python.org
Sat Dec 13 08:43:49 CET 2008


New submission from Aki Wakabayashi <zzyzx2001 at 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 <report at bugs.python.org>
<http://bugs.python.org/issue4652>
_______________________________________


More information about the New-bugs-announce mailing list