ruby-changes:3645
From: ko1@a...
Date: Sun, 20 Jan 2008 05:04:53 +0900 (JST)
Subject: [ruby-changes:3645] naruse - Ruby:r15134 (trunk): * ascii.c: remove difinition of replica KOI8-U.
naruse 2008-01-20 05:04:35 +0900 (Sun, 20 Jan 2008)
New Revision: 15134
Modified files:
trunk/ChangeLog
trunk/enc/ascii.c
Log:
* ascii.c: remove difinition of replica KOI8-U.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=15134&r2=15133&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/enc/ascii.c?r1=15134&r2=15133&diff_format=u
Index: ChangeLog
===================================================================
--- ChangeLog (revision 15133)
+++ ChangeLog (revision 15134)
@@ -1,3 +1,7 @@
+Sun Jan 20 05:03:46 2008 NARUSE, Yui <naruse@r...>
+
+ * ascii.c: remove difinition of replica KOI8-U.
+
Sun Jan 20 00:33:59 2008 NARUSE, Yui <naruse@r...>
* enc/koi8_u.c: added.
Index: enc/ascii.c
===================================================================
--- enc/ascii.c (revision 15133)
+++ enc/ascii.c (revision 15134)
@@ -80,8 +80,7 @@
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");
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/