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
5afdfc9c
Commit
5afdfc9c
authored
Nov 27, 2015
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update UCS_to_GB18030.pl with info about origin of the reference file.
parent
e17dab53
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
+2
-1
src/backend/utils/mb/Unicode/gb18030_to_utf8.map
src/backend/utils/mb/Unicode/gb18030_to_utf8.map
+2
-0
src/backend/utils/mb/Unicode/utf8_to_gb18030.map
src/backend/utils/mb/Unicode/utf8_to_gb18030.map
+2
-0
No files found.
src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
View file @
5afdfc9c
...
...
@@ -5,7 +5,8 @@
# src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
#
# Generate UTF-8 <--> GB18030 code conversion tables from
# "gb-18030-2000.xml"
# "gb-18030-2000.xml", obtained from
# http://source.icu-project.org/repos/icu/data/trunk/charset/data/xml/
#
# The lines we care about in the source file look like
# <a u="009A" b="81 30 83 36"/>
...
...
src/backend/utils/mb/Unicode/gb18030_to_utf8.map
View file @
5afdfc9c
/* src/backend/utils/mb/Unicode/gb18030_to_utf8.map */
static const pg_local_to_utf LUmapGB18030[ 30733 ] = {
{0x8140, 0xe4b882},
{0x8141, 0xe4b884},
...
...
src/backend/utils/mb/Unicode/utf8_to_gb18030.map
View file @
5afdfc9c
/* src/backend/utils/mb/Unicode/utf8_to_gb18030.map */
static const pg_utf_to_local ULmapGB18030[ 30733 ] = {
{0xc280, 0x81308130},
{0xc281, 0x81308131},
...
...
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