diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-11-24 16:40:38 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-11-24 16:40:38 +0000 |
commit | b98ea1505ca49a757d392635ffc34091490b8c5b () | |
tree | fb0109c5d7783cbf67a46cbd998e0e8fab0b73a4 /enc/big5.c | |
parent | 99606f89c04d0156e8149329d39e9b2ab4754549 (diff) |
* enc/trans/big5-hkscs-tbl.rb: Update table as HKSCS-2008.
ed by oCameLo oTnTh [ruby-core:33256] * enc/big5.c: add alias Big5-HKSCS:2008 to Big5-HKSCS. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | enc/big5.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -311,7 +311,8 @@ ENC_REPLICATE("CP950", "Big5") /* * Name: Big5-HKSCS * MIBenum: 2101 - * Source: See (http://www.iana.org/assignments/charset-reg/Big5-HKSCS) * Alias: None */ OnigEncodingDefine(big5_hkscs, BIG5_HKSCS) = { @@ -332,6 +333,7 @@ OnigEncodingDefine(big5_hkscs, BIG5_HKSCS) = { big5_left_adjust_char_head, big5_is_allowed_reverse_match }; /* * Name: CP951 |