File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
src/backend/utils/mb/Unicode Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,11 @@ SPECIALMAPS = euc_cn_to_utf8.map utf8_to_euc_cn.map \
5050 euc_tw_to_utf8.map utf8_to_euc_tw.map \
5151 sjis_to_utf8.map utf8_to_sjis.map \
5252 gb18030_to_utf8.map utf8_to_gb18030.map \
53- big5_to_utf8.map utf8_to_big5.map
53+ big5_to_utf8.map utf8_to_big5.map \
54+ euc_jis_2004_to_utf8.map euc_jis_2004_to_utf8_combined.map \
55+ utf8_to_euc_jis_2004.map utf8_to_euc_jis_2004_combined.map \
56+ shift_jis_2004_to_utf8.map shift_jis_2004_to_utf8_combined.map \
57+ utf8_to_shift_jis_2004.map utf8_to_shift_jis_2004_combined.map
5458
5559MAPS = $(GENERICMAPS ) $(SPECIALMAPS )
5660
@@ -92,6 +96,12 @@ gb18030_to_utf8.map utf8_to_gb18030.map: UCS_to_GB18030.pl gb-18030-2000.xml
9296big5_to_utf8.map utf8_to_big5.map : UCS_to_BIG5.pl BIG5.TXT CP950.TXT
9397 $(PERL ) $<
9498
99+ euc_jis_2004_to_utf8.map euc_jis_2004_to_utf8_combined.map utf8_to_euc_jis_2004.map utf8_to_euc_jis_2004_combined.map : UCS_to_EUC_JIS_2004.pl euc-jis-2004-std.txt
100+ $(PERL ) $<
101+
102+ shift_jis_2004_to_utf8.map shift_jis_2004_to_utf8_combined.map utf8_to_shift_jis_2004.map utf8_to_shift_jis_2004_combined.map : UCS_to_SHIFT_JIS_2004.pl sjis-0213-2004-std.txt
103+ $(PERL ) $<
104+
95105distclean : clean
96106 rm -f $(TEXTS )
97107
You can’t perform that action at this time.
0 commit comments