implement proper encoding support for new str literals
authorStefan Behnel <scoder@users.berlios.de>
Sun, 11 Oct 2009 07:28:43 +0000 (09:28 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 11 Oct 2009 07:28:43 +0000 (09:28 +0200)
commit171d69cb3fdcc1105b7deb5c184dbb04902e4d6d
tree7366f7c46a777b80ac8224d26e7e65c4cc604203
parent52e6c71b1d763d4b53a35f91edda77850fc43a51
implement proper encoding support for new str literals
Cython/Compiler/Code.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py
Cython/Compiler/Parsing.py
tests/run/str_encoding_latin1.pyx [new file with mode: 0644]