[Python-Dev] PEP 263 -- Python Source Code Encoding (original) (raw)
M.-A. Lemburg mal@lemburg.com
Wed, 27 Feb 2002 10:48: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 ]
"Martin v. Loewis" wrote:
"M.-A. Lemburg" <mal@lemburg.com> writes: > In phase 1, the tokenizer checks the complete file for > non-ASCII characters and outputs single warning > per file if it doesn't find a coding declaration at > the top. Unicode literals continue to use [raw-]unicode-escape > as codec. Do you suggest that in this phase, the declared encoding is not used for anything except to complain?
No. This is just an extra step on top of what is proposed in the PEP to make people aware of the problem in phase 1.
-- 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 ]