From 28862075842f6e8e62d00954a291b01ba80e61a1 Mon Sep 17 00:00:00 2001 From: duerst Date: Fri, 24 Jul 2009 10:26:18 +0000 Subject: * enc/trans/big5.trans, big5-hkscs-tbl.rb: new Chinese BIG5-HKSCS transcoding (with Tatsuya Mizuno) * test/ruby/test_transcode.rb: added tests for the above (with Tatsuya Mizuno) * enc/big5.c: Added BIG5-HKSCS as a replicate encoding of BIG5 (short term solution, needs more work; with Tatsuya Mizuno) * tool/transcode-tblgen.rb: made 'pat' directly accessible in class StrSet git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/big5.c | 1 + 1 file changed, 1 insertion(+) (limited to 'enc/big5.c') diff --git a/enc/big5.c b/enc/big5.c index 9993f472e1..5b017dae83 100644 --- a/enc/big5.c +++ b/enc/big5.c @@ -214,3 +214,4 @@ OnigEncodingDefine(big5, BIG5) = { big5_is_allowed_reverse_match }; ENC_ALIAS("CP950", "BIG5") +ENC_REPLICATE("BIG5-HKSCS", "BIG5") -- cgit v1.2.3