commit | 9599745e2cad406d6e8e38b3bb5727a3d2335a3e | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Jan 15 14:42:59 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Jan 15 14:42:59 2013 +0200 |
tree | a31d32a4da73498e3f28e5dd40cc877ea8b67c29 | |
parent | 90b5d9288d2a25372471cbee9b49edc2e2193178 [diff] [blame] |
Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping" in any mapping, not only in an unicode string.
diff --git a/Misc/NEWS b/Misc/NEWS index 4ec9c53..a227df8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,9 @@ Core and Builtins ----------------- +- Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping" + in any mapping, not only in an unicode string. + - Issue #11461: Fix the incremental UTF-16 decoder. Original patch by Amaury Forgeot d'Arc.