mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ascii.c: remove difinition of replica KOI8-U.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d0ce29fbee
commit
7b3781c60c
2 changed files with 5 additions and 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.
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue