Skip to content

Commit 7a4a813

Browse files
committed
Add missing rules related to EUC_JIS_2004 and SHIFT_JIS_2004 encodings
This was apparently forgotten in commit 75c6519.
1 parent 1986c3c commit 7a4a813

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/backend/utils/mb/Unicode/Makefile

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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

5559
MAPS = $(GENERICMAPS) $(SPECIALMAPS)
5660

@@ -92,6 +96,12 @@ gb18030_to_utf8.map utf8_to_gb18030.map: UCS_to_GB18030.pl gb-18030-2000.xml
9296
big5_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+
95105
distclean: clean
96106
rm -f $(TEXTS)
97107

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy