aboutsummaryrefslogtreecommitdiffstats
path: root/enc/trans/big5.trans
diff options
context:
space:
mode:
Diffstat (limited to 'enc/trans/big5.trans')
-rw-r--r--enc/trans/big5.trans4
1 files changed, 4 insertions, 0 deletions
diff --git a/enc/trans/big5.trans b/enc/trans/big5.trans
index ba7bae53f9..c91b821bba 100644
--- a/enc/trans/big5.trans
+++ b/enc/trans/big5.trans
@@ -2,9 +2,13 @@
<%
require "big5-tbl"
+ require "big5-hkscs-tbl"
transcode_tblgen "Big5", "UTF-8", [["{00-7f}", :nomap], *BIG5_TO_UCS_TBL]
transcode_tblgen "UTF-8", "Big5", [["{00-7f}", :nomap], *BIG5_TO_UCS_TBL.map {|a,b| [b,a] }]
+
+ transcode_tblgen "Big5-HKSCS", "UTF-8", [["{00-7f}", :nomap], *BIG5_HKSCS_TO_UCS_TBL]
+ transcode_tblgen "UTF-8", "Big5-HKSCS", [["{00-7f}", :nomap], *BIG5_HKSCS_TO_UCS_TBL.map {|a,b| [b,a] }]
%>
<%= transcode_generated_code %>