Files
cpython/Lib
Victor Stinner 2cded9c3f3 Issue #12016: Multibyte CJK decoders now resynchronize faster
They only ignore the first byte of an invalid byte sequence.

For example, b'\xff\n'.decode('gb2312', 'replace') gives '\ufffd\n' instead of
'\ufffd'.
2011-07-08 01:45:13 +02:00
..
2011-06-02 23:49:44 -07:00
2011-07-03 09:41:27 +02:00
2011-07-03 09:31:04 +02:00
2011-06-28 10:25:04 -05:00
2011-06-27 09:18:46 -05:00
2011-06-27 09:18:46 -05:00
2011-06-06 20:07:04 +02:00