File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
src/backend/utils/mb/Unicode Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 55# src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
66#
77# 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/
910#
1011# The lines we care about in the source file look like
1112# <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+
13static const pg_local_to_utf LUmapGB18030[ 30733 ] = {
24 {0x8140, 0xe4b882},
35 {0x8141, 0xe4b884},
Original file line number Diff line number Diff line change 1+ /* src/backend/utils/mb/Unicode/utf8_to_gb18030.map */
2+
13static const pg_utf_to_local ULmapGB18030[ 30733 ] = {
24 {0xc280, 0x81308130},
35 {0xc281, 0x81308131},
You can’t perform that action at this time.
0 commit comments