Skip to content

Commit

Permalink
* ext/win32ole/win32ole.c (ole_encoding2cp): remove US-ASCII
Browse files Browse the repository at this point in the history
  mapping.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
suke committed Feb 23, 2008
1 parent 23ac9d7 commit 93efbc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Sat Feb 23 18:50:17 2008 Masaki Suketa <[email protected]>

* ext/win32ole/win32ole.c (ole_encoding2cp): remove US-ASCII
mapping.

Sat Feb 23 01:09:47 2008 Tanaka Akira <[email protected]>

* process.c (rlimit_resource_type): new function.
Expand Down
1 change: 0 additions & 1 deletion ext/win32ole/win32ole.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 93efbc7

Please sign in to comment.