PEP: Defining Python Source Code Encodings

Marcin 'Qrczak' Kowalczyk qrczak at knm.org.pl
Fri Jul 27 06:13:55 EDT 2001


25 Jul 2001 17:35:33 +0200, Carel Fellinger <cfelling at iae.nl> pisze:

> Me being stupid, I wonder how I'm going to access goodies hidden in
> foreign alfabet scripts.  Say GooodyScript.py is encoded in Japanese
> and I'm to use the classes and functions in them that have Japanese
> names, how am I supposed to call them in my Dutch encoded script?

I suspect that if foreign characters are allowed in identifiers,
the recommended practice would be to make each feature available
under an ASCII name too.

-- 
 __("<  Marcin Kowalczyk * qrczak at knm.org.pl http://qrczak.ids.net.pl/
 \__/
  ^^                      SYGNATURA ZASTĘPCZA
QRCZAK



More information about the Python-list mailing list