PEP 3131: Supporting Non-ASCII Identifiers

"Martin v. Löwis" martin at v.loewis.de
Mon May 14 19:09:26 EDT 2007


Neil Hodgson schrieb:
> Paul Rubin wrote:
>>> Plenty of programming languages already support unicode identifiers, 
>>
>> Could you name a few?  Thanks.
> 
>    C#, Java, Ecmascript, Visual Basic.

Specification-wise, C99 and C++98 also support Unicode identifiers,
although many compilers still don't.

For dynamic languages, Groovy also supports it.

Regards,
Martin



More information about the Python-list mailing list