Multibyte Character Surport for Python

Syver Enstad syver-en+usenet at online.no
Thu May 9 13:36:40 EDT 2002


Erno Kuusela <erno-news at erno.iki.fi> writes:
> maybe people are just using it and they don't know that it's not
> supposed to work.
> 
>   Python 2.1.3 (#1, Apr 20 2002, 10:14:34)
>   [GCC 2.95.4 20011002 (Debian prerelease)] on linux2
>   Type "copyright", "credits" or "license" for more information.
>   >>> pää = 4
>   >>> print pää
>   4
> 
> 
>   -- erno

What???

Python 2.2.1 (#34, Apr  9 2002, 19:34:33) [MSC 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> påå = 1
  File "<stdin>", line 1
    påå = 1
     ^
SyntaxError: invalid syntax



-- 

Vennlig hilsen 

Syver Enstad



More information about the Python-list mailing list