commit | 600d3bed6c5342590ec9ad96b282c9b8fc4e9a75 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Thu Jun 10 12:00:55 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Thu Jun 10 12:00:55 2010 +0000 |
tree | 0182f7da58d26ce292748eca810ca3933bfd873e | |
parent | da62f2fe28c090f4c9cd4e611d842478faa8d22a [diff] |
Issue #8922: Normalize the encoding name in PyUnicode_AsEncodedString() to enable shortcuts for upper case encoding name. Add also a shortcut for "iso-8859-1" in PyUnicode_AsEncodedString() and PyUnicode_Decode().