commit | 3a50e7056ebfb835785c84df925d79bde6d0d209 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Oct 18 21:21:00 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Oct 18 21:21:00 2011 +0200 |
tree | 6a6f61d276043fc53dc3290cd74ed7aab3506eab | |
parent | 1e73a2467f312f7b5ebef515cca6d3a16cf36f97 [diff] |
Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore error handlers on all Windows versions. The MBCS codec is now supporting all error handlers, instead of only replace to encode and ignore to decode.