Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
7a4a813c
Commit
7a4a813c
authored
Feb 29, 2016
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing rules related to EUC_JIS_2004 and SHIFT_JIS_2004 encodings
This was apparently forgotten in commit
75c6519f
.
parent
1986c3c4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
src/backend/utils/mb/Unicode/Makefile
src/backend/utils/mb/Unicode/Makefile
+11
-1
No files found.
src/backend/utils/mb/Unicode/Makefile
View file @
7a4a813c
...
...
@@ -50,7 +50,11 @@ SPECIALMAPS = euc_cn_to_utf8.map utf8_to_euc_cn.map \
euc_tw_to_utf8.map utf8_to_euc_tw.map
\
sjis_to_utf8.map utf8_to_sjis.map
\
gb18030_to_utf8.map utf8_to_gb18030.map
\
big5_to_utf8.map utf8_to_big5.map
big5_to_utf8.map utf8_to_big5.map
\
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
\
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
MAPS
=
$(GENERICMAPS)
$(SPECIALMAPS)
...
...
@@ -92,6 +96,12 @@ gb18030_to_utf8.map utf8_to_gb18030.map: UCS_to_GB18030.pl gb-18030-2000.xml
big5_to_utf8.map utf8_to_big5.map
:
UCS_to_BIG5.pl BIG5.TXT CP950.TXT
$(PERL)
$<
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
$(PERL)
$<
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
$(PERL)
$<
distclean
:
clean
rm
-f
$(TEXTS)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment