diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
commit | 6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch) | |
tree | fb8d61358190cc429db453d54fb9920ccfde716f /lang/python23/files/patch-Lib::email::Charset.py | |
parent | ea16706c62b542adc8f3b887256bf215bf914db6 (diff) |
Diffstat (limited to 'lang/python23/files/patch-Lib::email::Charset.py')
-rw-r--r-- | lang/python23/files/patch-Lib::email::Charset.py | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/lang/python23/files/patch-Lib::email::Charset.py b/lang/python23/files/patch-Lib::email::Charset.py deleted file mode 100644 index 31063a951a80..000000000000 --- a/lang/python23/files/patch-Lib::email::Charset.py +++ /dev/null @@ -1,23 +0,0 @@ ---- Lib/email/Charset.py.orig Sat Dec 20 15:16:29 2003 -+++ Lib/email/Charset.py Sat Dec 20 15:16:54 2003 -@@ -99,13 +99,13 @@ - # of stability and useability. - - CODEC_MAP = { -- 'euc-jp': 'japanese.euc-jp', -- 'iso-2022-jp': 'japanese.iso-2022-jp', -- 'shift_jis': 'japanese.shift_jis', -- 'euc-kr': 'korean.euc-kr', -- 'ks_c_5601-1987': 'korean.cp949', -- 'iso-2022-kr': 'korean.iso-2022-kr', -- 'johab': 'korean.johab', -+ 'euc-jp': 'euc-jp', -+ 'iso-2022-jp': 'iso-2022-jp', -+ 'shift_jis': 'shift_jis', -+ 'euc-kr': 'euc-kr', -+ 'ks_c_5601-1987': 'cp949', -+ 'iso-2022-kr': 'iso-2022-kr', -+ 'johab': 'johab', - 'gb2132': 'eucgb2312_cn', - 'big5': 'big5_tw', - 'utf-8': 'utf-8', |