source code encoding support (PEP 263) and UTF-8 default source encoding (PEP 3120)
authorStefan Behnel <scoder@users.berlios.de>
Tue, 22 Apr 2008 14:37:33 +0000 (16:37 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 22 Apr 2008 14:37:33 +0000 (16:37 +0200)
commit70ea30b6d61f1ae3b25e0c285e12c2413ecb41dd
treee26b7882908994ac283595bba6340914c4a238ad
parent2986d78b87be68ce0abb5790437bfae95e74e5d8
source code encoding support (PEP 263) and UTF-8 default source encoding (PEP 3120)
Cython/Compiler/ExprNodes.py
Cython/Compiler/Main.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/Parsing.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Scanning.py
Cython/Compiler/Symtab.py