Python & unicode

Leif K-Brooks eurleif at ecritters.biz
Mon Jan 10 18:40:11 EST 2005


John Roth wrote:
> It doesn't work because Python scripts must be in ASCII except for
> the contents of string literals. Having a function name in anything
> but ASCII isn't supported.

To nit-pick a bit, identifiers can be in Unicode; they're simply 
confined to digits and plain Latin letters.



More information about the Python-list mailing list