commit | 596a6c4ffcf35de733959dd0e96f0176bf4f4c30 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Wed Nov 09 00:02:18 2011 +0100 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed Nov 09 00:02:18 2011 +0100 |
tree | c0c049c389cf8db8c80289502e9fd0c161da5197 | |
parent | 257a14c2a524ed029b499f5676c456d1c6c0f3a0 [diff] |
Fix the code page decoder * unicode_decode_call_errorhandler() now supports the PyUnicode_WCHAR_KIND kind * unicode_decode_call_errorhandler() calls copy_characters() instead of PyUnicode_CopyCharacters()