[Python-Dev] PEP 263 -- Python Source Code Encoding
M.-A. Lemburg
mal@lemburg.com
Wed, 27 Feb 2002 12:16:25 +0100
Wed, 27 Feb 2002 12:16:25 +0100
- Previous message: [Python-Dev] PEP 263 -- Python Source Code Encoding
- Next message: [Python-Dev] PEP 263 -- Python Source Code Encoding
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I've updated the PEP with the new requirements. http://python.sourceforge.net/peps/pep-0263.html The new scheme for the default encoding now maps the standard procedure for all other conversions in Python which go from strings to Unicode: use the sys.getdefaultencoding(). This happens to be ASCII in all standard installations, but sys admins may change it at their own risk and liking. -- Marc-Andre Lemburg CEO eGenix.com Software GmbH ______________________________________________________________________ Company & Consulting: http://www.egenix.com/ Python Software: http://www.egenix.com/files/python/
- Previous message: [Python-Dev] PEP 263 -- Python Source Code Encoding
- Next message: [Python-Dev] PEP 263 -- Python Source Code Encoding
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]