1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2010-11-08 00:50:13 +00:00
parent 2cff55dbb3
commit 7b5e9245ac
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
Mon Nov 8 09:45:35 2010 NARUSE, Yui <naruse@ruby-lang.org>
* 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@ruby-lang.org>
* configure.in: check only the first symbol to get rid of

View file

@ -172,6 +172,7 @@ GBK_TO_UCS_TBL= [
["A1E5",0x2033],
["A846",0x2035],
["A1F9",0x203B],
["80",0x20AC],
["A1E6",0x2103],
["A847",0x2105],
["A848",0x2109],