commit | 36fe3c0a849a7f1c1fb72c198bdd31bcf15c06c2 | [log] [tgz] |
---|---|---|
author | Hye-Shik Chang <hyeshik@gmail.com> | Sat Aug 04 04:15:04 2007 +0000 |
committer | Hye-Shik Chang <hyeshik@gmail.com> | Sat Aug 04 04:15:04 2007 +0000 |
tree | 958fde55aa74acb1910fe76c5ec728072e6890c3 | |
parent | 979f5cd3e0e2d74c249d01f126bec9f2496c33f1 [diff] [blame] |
Backport from trunk r56727: Fix gb18030 codec's bug that doesn't map two-byte characters on GB18030 extension in encoding. (bug reported by Bjorn Stabell)
diff --git a/Misc/NEWS b/Misc/NEWS index 0b01eaf..3d5221c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -26,6 +26,9 @@ Library ------- +- GB18030 codec now can encode additional two-byte characters that + are missing in GBK. + - Bug #1704793: Raise KeyError if unicodedata.lookup cannot represent the result in a single character.