mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Mon Jan 14 10:45:45 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
* enc/ascii.c: Exchanged order of arguments for one ENC_ALIAS git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
669e94a314
commit
5f31c7b548
2 changed files with 5 additions and 1 deletions
|
@ -55,7 +55,7 @@ ENC_ALIAS("CP737", "IBM737");
|
|||
ENC_REPLICATE("IBM775", "ASCII-8BIT");
|
||||
ENC_ALIAS("CP775", "IBM775");
|
||||
ENC_REPLICATE("CP850", "ASCII-8BIT");
|
||||
ENC_ALIAS("CP850", "IBM850");
|
||||
ENC_ALIAS("IBM850", "CP850");
|
||||
ENC_REPLICATE("IBM852", "ASCII-8BIT");
|
||||
ENC_REPLICATE("CP852", "IBM852");
|
||||
ENC_REPLICATE("IBM855", "ASCII-8BIT");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue