Python STILL prints the wrong international letters

Michael Ströder michael at stroeder.com
Fri May 18 05:14:33 EDT 2001


Brian wrote:
> 
> Python 2.0, win 98, no problemos med mobilos
> 
> C:\WINDOWS>python
> Python 2.0 (#8, Oct 16 2000, 17:27:58) [MSC 32 bit (Intel)] on win32
> Type "copyright", "credits" or "license" for more information.
> >>> print 'æøå'
> æøå
> >>>

Me too. ;-)

Python 2.1 (#8, Apr 20 2001, 19:22:23) 
[GCC 2.95.2 19991024 (release)] on linux2
Type "copyright", "credits" or "license" for more information.
>>> print 'æøå'
æøå
>>> 

Ciao, Michael.



More information about the Python-list mailing list