summaryrefslogtreecommitdiff
path: root/enc/big5.c
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-22 09:35:08 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-22 09:35:08 +0000
commit60dfa6b655239a176c4fef4067c409c8b3f86e5d ()
treedcda60fd5d87756e42c6b454d71824b9c4b3699c /enc/big5.c
parent6ade3a42918e94be1c6d4b1bd9273ec1e3265525 (diff)
* enc/big5.c: split CP950 from Big5.
* enc/big5.c: split CP951 from Big5-HKSCS. * enc/trans/big5.trans: import conversion table of Big5, Big5-HKSCS, CP950, and CP951 from ICU. they need fallback conversions. ref [ruby-core:33256] http://source.icu-project.org/repos/icu/data/trunk/charset/data/ucm/ * tool/transcode-tblgen.rb (import_ucm): add to import ucm files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--enc/big5.c16
1 files changed, 14 insertions, 2 deletions
@@ -301,7 +301,12 @@ OnigEncodingDefine(big5, BIG5) = {
big5_left_adjust_char_head,
big5_is_allowed_reverse_match
};
-ENC_ALIAS("CP950", "Big5")
/*
* Name: Big5-HKSCS
@@ -327,7 +332,14 @@ OnigEncodingDefine(big5_hkscs, BIG5_HKSCS) = {
big5_left_adjust_char_head,
big5_is_allowed_reverse_match
};
-ENC_ALIAS("CP951", "Big5-HKSCS")
/*
* Name: Big5-UAO [NOT registered by IANA!]