summaryrefslogtreecommitdiff
path: root/enc/trans
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-08 00:50:13 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-08 00:50:13 +0000
commit7b5e9245ace2baefdfc38b109a3c02d510ff7aea (patch)
tree9f9741edda6511a2e4665590967e21e7201d188c /enc/trans
parent2cff55dbb37e5453a807320769aad42184bd0229 (diff)
* 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
Diffstat (limited to 'enc/trans')
-rw-r--r--enc/trans/gbk-tbl.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/enc/trans/gbk-tbl.rb b/enc/trans/gbk-tbl.rb
index 5b4374bb61..26f5078c45 100644
--- a/enc/trans/gbk-tbl.rb
+++ b/enc/trans/gbk-tbl.rb
@@ -172,6 +172,7 @@ GBK_TO_UCS_TBL= [
["A1E5",0x2033],
["A846",0x2035],
["A1F9",0x203B],
+ ["80",0x20AC],
["A1E6",0x2103],
["A847",0x2105],
["A848",0x2109],