diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-19 20:04:35 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-19 20:04:35 +0000 |
| commit | 388205aaa77bb8191172ca0b42f57c1ea019df29 (patch) | |
| tree | c580367a14cc6a437495541a5895850d674e8827 | |
| parent | 4682a3ef28a0a9d74a0cde92496dfe09770ac744 (diff) | |
| download | ruby-388205aaa77bb8191172ca0b42f57c1ea019df29.tar.gz ruby-388205aaa77bb8191172ca0b42f57c1ea019df29.tar.xz ruby-388205aaa77bb8191172ca0b42f57c1ea019df29.zip | |
* ascii.c: remove difinition of replica KOI8-U.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | enc/ascii.c | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Sun Jan 20 05:03:46 2008 NARUSE, Yui <naruse@ruby-lang.org> + + * ascii.c: remove difinition of replica KOI8-U. + Sun Jan 20 00:33:59 2008 NARUSE, Yui <naruse@ruby-lang.org> * enc/koi8_u.c: added. diff --git a/enc/ascii.c b/enc/ascii.c index c52ebd03d..a74dcb0ec 100644 --- a/enc/ascii.c +++ b/enc/ascii.c @@ -80,8 +80,7 @@ ENC_REPLICATE("IBM869", "ASCII-8BIT"); ENC_ALIAS("CP869", "IBM869"); ENC_REPLICATE("Windows-1258", "ASCII-8BIT"); ENC_ALIAS("CP1258", "Windows-1258"); -ENC_REPLICATE("gb1988", "ASCII-8BIT"); -ENC_REPLICATE("koi8-u", "ASCII-8BIT"); +ENC_REPLICATE("GB1988", "ASCII-8BIT"); ENC_REPLICATE("macCentEuro", "ASCII-8BIT"); ENC_REPLICATE("macCroatian", "ASCII-8BIT"); ENC_REPLICATE("macCyrillic", "ASCII-8BIT"); |
