commit | 8f36af7a4c9409a673412e4bdfbad76d700abc3a | [log] [tgz] |
---|---|---|
author | Marc-André Lemburg <mal@egenix.com> | Fri Feb 25 15:42:01 2011 +0000 |
committer | Marc-André Lemburg <mal@egenix.com> | Fri Feb 25 15:42:01 2011 +0000 |
tree | 1b61599a07604a96539e98098b055c577cd7e6a8 | |
parent | a391b11320f729f6eec6c772c00b3e62c2746eaf [diff] |
Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. These are optimized in the Python Unicode implementation to result in more direct processing, bypassing the codec registry. Also see issue11303.