diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -243,6 +243,8 @@ Library - GB18030 codec now can encode additional two-byte characters that are missing in GBK. +- Add new codecs for UTF-32, UTF-32-LE and UTF-32-BE. + - Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot represent the result in a single character. |