commit | c4b82c037e95fe2fe77352e8a4a54be7b209df2a | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Jan 08 23:12:00 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Jan 08 23:12:00 2013 +0200 |
tree | 3a56936d881f41dbcd05cbf5d43afc76161e67f3 | |
parent | c9631a14d77bd34a7c0ecf1cb1e5f8983b76d48f [diff] |
Issue #11461: Fix the incremental UTF-16 decoder. Original patch by Amaury Forgeot d'Arc. Added tests for partial decoding of non-BMP characters.