Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4b23f05

Browse files
committed
Fix bug in encoding conversion map.
1 parent4c0bdd1 commit4b23f05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎src/backend/utils/mb/Unicode/euc_jp_to_utf8.map

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
static pg_local_to_utf LUmapEUC_JP[ 13477] = {
1+
static pg_local_to_utf LUmapEUC_JP[] = {
22
{0x8ea1, 0xefbda1},
33
{0x8ea2, 0xefbda2},
44
{0x8ea3, 0xefbda3},

‎src/backend/utils/mb/Unicode/gb18030_to_utf8.map

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
static pg_local_to_utf LUmapGB18030[ 63490] = {
1+
static pg_local_to_utf LUmapGB18030[] = {
22
{0x0000, 0x0000},
33
{0x0001, 0x0001},
44
{0x0002, 0x0002},

‎src/backend/utils/mb/Unicode/utf8_to_gb18030.map

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
static pg_utf_to_local ULmapGB18030[ 63489] = {
1+
static pg_utf_to_local ULmapGB18030[] = {
22
{0x0000, 0x0000},
33
{0x0001, 0x0001},
44
{0x0002, 0x0002},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp