From: Hye-Shik Chang Date: Tue, 5 Sep 2006 12:14:57 +0000 (+0000) Subject: Fix a typo: 2013 -> 0213 X-Git-Tag: v2.6a1~2702 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2cad3e9299f105031d87908e906cb64232043a12;p=python Fix a typo: 2013 -> 0213 --- diff --git a/Misc/NEWS b/Misc/NEWS index 06cc1b4fb6..c0649ae6df 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -49,7 +49,7 @@ Extension Modules - gbk and gb18030 codec now handle U+30FB KATAKANA MIDDLE DOT correctly. - iso2022_jp_2 codec now encodes into G0 for KS X 1001, GB2312 codepoints to conform the standard. - - iso2022_jp_3 and iso2022_jp_2004 codec can encode JIS X 2013:2 + - iso2022_jp_3 and iso2022_jp_2004 codec can encode JIS X 0213:2 codepoints now. Tests