ruby-changes:17703
From: naruse <ko1@a...>
Date: Mon, 8 Nov 2010 09:51:12 +0900 (JST)
Subject: [ruby-changes:17703] Ruby:r29713 (trunk): * enc/trans/gbk-tbl.rb: Add euro sign.
naruse 2010-11-08 09:50:13 +0900 (Mon, 08 Nov 2010) New Revision: 29713 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=29713 Log: * enc/trans/gbk-tbl.rb: Add euro sign. [ruby-core:33094] CP936, which is de facto definition of GBK, has it. http://msdn.microsoft.com/en-us/goglobal/cc305153.aspx Modified files: trunk/ChangeLog trunk/enc/trans/gbk-tbl.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 29712) +++ ChangeLog (revision 29713) @@ -1,3 +1,9 @@ +Mon Nov 8 09:45:35 2010 NARUSE, Yui <naruse@r...> + + * enc/trans/gbk-tbl.rb: Add euro sign. [ruby-core:33094] + CP936, which is de facto definition of GBK, has it. + http://msdn.microsoft.com/en-us/goglobal/cc305153.aspx + Mon Nov 8 07:26:20 2010 Nobuyoshi Nakada <nobu@r...> * configure.in: check only the first symbol to get rid of Index: enc/trans/gbk-tbl.rb =================================================================== --- enc/trans/gbk-tbl.rb (revision 29712) +++ enc/trans/gbk-tbl.rb (revision 29713) @@ -172,6 +172,7 @@ ["A1E5",0x2033], ["A846",0x2035], ["A1F9",0x203B], + ["80",0x20AC], ["A1E6",0x2103], ["A847",0x2105], ["A848",0x2109], -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/