diff options
author | Hye-Shik Chang <hyeshik@gmail.com> | 2006-09-05 12:14:57 (GMT) |
---|---|---|
committer | Hye-Shik Chang <hyeshik@gmail.com> | 2006-09-05 12:14:57 (GMT) |
commit | 2cad3e9299f105031d87908e906cb64232043a12 (patch) | |
tree | 6f9e31f379b855f1cf4547b9b477787580021190 /Misc | |
parent | 199f1db1fa75e1f1b7cfe73259d6a811aa494a36 (diff) | |
download | cpython-2cad3e9299f105031d87908e906cb64232043a12.zip cpython-2cad3e9299f105031d87908e906cb64232043a12.tar.gz cpython-2cad3e9299f105031d87908e906cb64232043a12.tar.bz2 |
Fix a typo: 2013 -> 0213
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |