Content-Length: 288159 | pFad | http://github.com/postgrespro/postgres_cluster/commit/7a4a813c993ed767e2c2952f7a89a75ce6e56b6b

58 Add missing rules related to EUC_JIS_2004 and SHIFT_JIS_2004 encodings · postgrespro/postgres_cluster@7a4a813 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/7a4a813c993ed767e2c2952f7a89a75ce6e56b6b

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy