OSDN Git Service

Fix bug in encoding conversion map.
authorTatsuo Ishii <ishii@postgresql.org>
Wed, 18 Sep 2002 02:10:10 +0000 (02:10 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Wed, 18 Sep 2002 02:10:10 +0000 (02:10 +0000)
src/backend/utils/mb/Unicode/euc_jp_to_utf8.map
src/backend/utils/mb/Unicode/gb18030_to_utf8.map
src/backend/utils/mb/Unicode/utf8_to_gb18030.map

index e19c0d2..9aee2c7 100644 (file)
@@ -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},
index 7bda712..d827432 100644 (file)
@@ -1,4 +1,4 @@
-static pg_local_to_utf LUmapGB18030[ 63490 ] = {
+static pg_local_to_utf LUmapGB18030[] = {
   {0x0000, 0x0000},
   {0x0001, 0x0001},
   {0x0002, 0x0002},
index 67d2573..d890f8a 100644 (file)
@@ -1,4 +1,4 @@
-static pg_utf_to_local ULmapGB18030[ 63489 ] = {
+static pg_utf_to_local ULmapGB18030[] = {
   {0x0000, 0x0000},
   {0x0001, 0x0001},
   {0x0002, 0x0002},