Fix bug in encoding conversion map.

REL7_3_STABLE
Tatsuo Ishii 23 years ago
parent 4c0bdd1ba8
commit 4b23f05c4f
  1. 2
      src/backend/utils/mb/Unicode/euc_jp_to_utf8.map
  2. 2
      src/backend/utils/mb/Unicode/gb18030_to_utf8.map
  3. 2
      src/backend/utils/mb/Unicode/utf8_to_gb18030.map

@ -1,4 +1,4 @@
static pg_local_to_utf LUmapEUC_JP[ 13477 ] = {
static pg_local_to_utf LUmapEUC_JP[] = {
{0x8ea1, 0xefbda1},
{0x8ea2, 0xefbda2},
{0x8ea3, 0xefbda3},

@ -1,4 +1,4 @@
static pg_local_to_utf LUmapGB18030[ 63490 ] = {
static pg_local_to_utf LUmapGB18030[] = {
{0x0000, 0x0000},
{0x0001, 0x0001},
{0x0002, 0x0002},

@ -1,4 +1,4 @@
static pg_utf_to_local ULmapGB18030[ 63489 ] = {
static pg_utf_to_local ULmapGB18030[] = {
{0x0000, 0x0000},
{0x0001, 0x0001},
{0x0002, 0x0002},

Loading…
Cancel
Save