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 -- http://mail.python.org/mailman/listinfo/python-list