PEP 3131: Supporting Non-ASCII Identifiers

"Martin v. Löwis" martin at v.loewis.de
Tue May 15 01:29:26 EDT 2007


Paul Rubin schrieb:
>> Plenty of programming languages already support unicode identifiers, 
> 
> Could you name a few?  Thanks.

The GNU assembler also supports non-ASCII symbol names on object file
formats that support it; this includes at least ELF (not sure about
PE32). Higher-level programming languages can use that to encode symbols
in UTF-8.

Regards,
Martin



More information about the Python-list mailing list