diff options
Diffstat (limited to 'src/backend/utils/mb/Unicode/utf8_to_big5.map')
| -rw-r--r-- | src/backend/utils/mb/Unicode/utf8_to_big5.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/mb/Unicode/utf8_to_big5.map b/src/backend/utils/mb/Unicode/utf8_to_big5.map index ea26c8a80e..07c2198f09 100644 --- a/src/backend/utils/mb/Unicode/utf8_to_big5.map +++ b/src/backend/utils/mb/Unicode/utf8_to_big5.map @@ -26,7 +26,7 @@ static const pg_mb_radix_tree big5_from_unicode_tree = 0x80, /* b3_3_lower */ 0xbf, /* b3_3_upper */ - 0x0000, /* offset of table for 3-byte inputs */ + 0x0000, /* offset of table for 4-byte inputs */ 0x00, /* b4_1_lower */ 0x00, /* b4_1_upper */ 0x00, /* b4_2_lower */ |
