summaryrefslogtreecommitdiffstats
path: root/ext/win32ole/win32ole.c
diff options
context:
space:
mode:
authorsuke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-23 09:55:33 +0000
committersuke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-23 09:55:33 +0000
commitcad40547b13a744341ac141e1d065289f444e2f7 (patch)
tree9495e47bfcac3c5c96b3d365dc3daff304bf9f90 /ext/win32ole/win32ole.c
parent288424244d31ab0c000a55b42a5675d2746cd2dd (diff)
downloadruby-cad40547b13a744341ac141e1d065289f444e2f7.tar.gz
ruby-cad40547b13a744341ac141e1d065289f444e2f7.tar.xz
ruby-cad40547b13a744341ac141e1d065289f444e2f7.zip
* ext/win32ole/win32ole.c (ole_encoding2cp): remove US-ASCII
mapping. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/win32ole/win32ole.c')
-rw-r--r--ext/win32ole/win32ole.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/win32ole/win32ole.c b/ext/win32ole/win32ole.c
index e681f4838..15f8e7ea2 100644
--- a/ext/win32ole/win32ole.c
+++ b/ext/win32ole/win32ole.c
@@ -819,7 +819,6 @@ static UINT ole_encoding2cp(rb_encoding *enc)
ENC_MACHING_CP(enc, "KOI8-R", 20866);
ENC_MACHING_CP(enc, "KOI8-U", 21866);
ENC_MACHING_CP(enc, "Shift_JIS", 932);
- ENC_MACHING_CP(enc, "US-ASCII", 20127);
ENC_MACHING_CP(enc, "UTF-16BE", 1201);
ENC_MACHING_CP(enc, "UTF-16LE", 1200);
ENC_MACHING_CP(enc, "UTF-7", 65000);