Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7a4a813

Browse files
committed
Add missing rules related to EUC_JIS_2004 and SHIFT_JIS_2004 encodings
This was apparently forgotten in commit75c6519.
1 parent1986c3c commit7a4a813

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.maputf8_to_big5.map: UCS_to_BIG5.pl BIG5.TXT CP950.TXT
9397
$(PERL)$<
9498

99+
euc_jis_2004_to_utf8.mapeuc_jis_2004_to_utf8_combined.maputf8_to_euc_jis_2004.maputf8_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.mapshift_jis_2004_to_utf8_combined.maputf8_to_shift_jis_2004.maputf8_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)

[8]ページ先頭

©2009-2025 Movatter.jp