[Idle-dev] Re: [Tutor] Help concerning raw_input urgently needed!
Guido van Rossum
guido@python.org
Mon, 02 Sep 2002 15:02:47 -0400
> [Guido van Rossum]
> >
> > Try the IDLE from current CVS. AFAIK the Unicode issues have been
> > fixed there.
>
> I just updated from CVS and gave it a try. :-(
>
> Python 2.2.1 (#34, Apr 9 2002, 19:34:33) [MSC 32 bit (Intel)] on win32
> Type "copyright", "credits" or "license" for more information.
> GRPC IDLE Fork 0.8.2
> >>> a = raw_input("Hä? ")
> UnicodeError: ASCII encoding error: ordinal not in range(128)
Sorry, that's the idlefork IDLE. I meant the core Python CVS.
--Guido van Rossum (home page: http://www.python.org/~guido/)