Commit 4b23f05c authored by Tatsuo Ishii's avatar Tatsuo Ishii

Fix bug in encoding conversion map.

parent 4c0bdd1b
static pg_local_to_utf LUmapEUC_JP[ 13477 ] = { static pg_local_to_utf LUmapEUC_JP[] = {
{0x8ea1, 0xefbda1}, {0x8ea1, 0xefbda1},
{0x8ea2, 0xefbda2}, {0x8ea2, 0xefbda2},
{0x8ea3, 0xefbda3}, {0x8ea3, 0xefbda3},
......
static pg_local_to_utf LUmapGB18030[ 63490 ] = { static pg_local_to_utf LUmapGB18030[] = {
{0x0000, 0x0000}, {0x0000, 0x0000},
{0x0001, 0x0001}, {0x0001, 0x0001},
{0x0002, 0x0002}, {0x0002, 0x0002},
static pg_utf_to_local ULmapGB18030[ 63489 ] = { static pg_utf_to_local ULmapGB18030[] = {
{0x0000, 0x0000}, {0x0000, 0x0000},
{0x0001, 0x0001}, {0x0001, 0x0001},
{0x0002, 0x0002}, {0x0002, 0x0002},
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment