mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/win32ole/win32ole.c (ole_encoding2cp): remove US-ASCII
mapping. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
23ac9d7035
commit
93efbc78bd
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Sat Feb 23 18:50:17 2008 Masaki Suketa <masaki.suketa@nifty.ne.jp>
|
||||
|
||||
* ext/win32ole/win32ole.c (ole_encoding2cp): remove US-ASCII
|
||||
mapping.
|
||||
|
||||
Sat Feb 23 01:09:47 2008 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* process.c (rlimit_resource_type): new function.
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue