summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2007-08-04 04:10:18 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2007-08-04 04:10:18 (GMT)
commitf3e93a02688849da484a6677320a84c913461fd4 (patch)
tree939499b8cef1710a91d1255b2333673aa04f9c3f /Misc
parent766d880a2fd0bcb4fca187db255763506e10f96b (diff)
downloadcpython-f3e93a02688849da484a6677320a84c913461fd4.zip
cpython-f3e93a02688849da484a6677320a84c913461fd4.tar.gz
cpython-f3e93a02688849da484a6677320a84c913461fd4.tar.bz2
Fix gb18030 codec's bug that doesn't map two-byte characters on
GB18030 extension in encoding. (bug reported by Bjorn Stabell)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 123e911..30bb985 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -240,6 +240,9 @@ Core and builtins
Library
-------
+- GB18030 codec now can encode additional two-byte characters that
+ are missing in GBK.
+
- Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot
represent the result in a single character.