Files
cpython/Modules
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-03-26 18:18:09 -05:00
2011-05-31 21:31:59 -05:00
2011-03-16 12:51:44 +02:00
2010-09-01 08:56:10 +00:00
2010-09-05 05:26:10 +00:00
2011-05-11 01:23:41 +03:00
2010-07-06 15:00:40 +00:00
2011-03-16 11:35:38 +02:00
2010-08-24 18:08:22 +00:00
2011-03-15 05:59:46 +02:00
2011-06-01 19:47:24 +02:00
2010-06-18 16:22:00 +00:00
2011-05-11 14:18:13 -04:00
2011-03-16 11:35:38 +02:00
2011-03-28 17:26:04 -05:00
2011-03-30 11:32:06 +00:00
2011-06-25 10:11:44 +02:00
2011-06-06 20:24:11 -07:00
2011-06-05 22:14:05 -05:00
2011-05-31 21:38:49 -05:00
2011-06-27 09:16:40 -05:00
2011-06-04 23:05:19 -07:00
2010-10-11 22:42:28 +00:00
2010-10-11 22:42:28 +00:00