commit | a2d1d7e3b23f6fef0651df1b8fd697aa15ae97c0 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Nov 19 21:14:47 2007 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Nov 19 21:14:47 2007 +0000 |
tree | 33a629b12c292089dd2811e5139e333bfcbbc806 | |
parent | 1ff9910f595c1f50e1590caf19e839a917657b36 [diff] |
Oops, I missed this one again (test_univnewlines fails): Some incremental decoders return multiple characters, even when fed with only one more byte. In this case the tell() state must subtract the number of extra characters.