diff options
author | duerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-14 01:45:52 +0000 |
---|---|---|
committer | duerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-14 01:45:52 +0000 |
commit | 5f31c7b54819917b41bcb06ac7761caf2c94da81 () | |
tree | f4e1ef65b5751aa7046fdc7933f048f75f228dc2 /enc/ascii.c | |
parent | 669e94a31422283dac62c514cb2e65f4f79cbed6 (diff) |
Mon Jan 14 10:45:45 2008 Martin Duerst <[email protected]>
* 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
-rw-r--r-- | enc/ascii.c | 2 |
1 files changed, 1 insertions, 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_REPLICATE("IBM852", "ASCII-8BIT"); ENC_REPLICATE("CP852", "IBM852"); ENC_REPLICATE("IBM855", "ASCII-8BIT"); |