File tree 3 files changed +6
-1
lines changed
src/backend/utils/mb/Unicode
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 5
5
# src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
6
6
#
7
7
# Generate UTF-8 <--> GB18030 code conversion tables from
8
- # "gb-18030-2000.xml"
8
+ # "gb-18030-2000.xml", obtained from
9
+ # http://source.icu-project.org/repos/icu/data/trunk/charset/data/xml/
9
10
#
10
11
# The lines we care about in the source file look like
11
12
# <a u="009A" b="81 30 83 36"/>
Original file line number Diff line number Diff line change
1
+ /* src/backend/utils/mb/Unicode/gb18030_to_utf8.map */
2
+
1
3
static const pg_local_to_utf LUmapGB18030[ 30733 ] = {
2
4
{0x8140, 0xe4b882},
3
5
{0x8141, 0xe4b884},
Original file line number Diff line number Diff line change
1
+ /* src/backend/utils/mb/Unicode/utf8_to_gb18030.map */
2
+
1
3
static const pg_utf_to_local ULmapGB18030[ 30733 ] = {
2
4
{0xc280, 0x81308130},
3
5
{0xc281, 0x81308131},
You can’t perform that action at this time.
0 commit comments