]> granicus.if.org Git - python/commit
Fix the code page decoder
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 8 Nov 2011 23:02:18 +0000 (00:02 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 8 Nov 2011 23:02:18 +0000 (00:02 +0100)
commit596a6c4ffcf35de733959dd0e96f0176bf4f4c30
treec0c049c389cf8db8c80289502e9fd0c161da5197
parent257a14c2a524ed029b499f5676c456d1c6c0f3a0
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()
Objects/unicodeobject.c