Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp>
Tatsuo Ishii <ishii@postgresql.org>
Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp> (ODBC support has not been committed yet. left for Hiroshi...)
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/mb/conv.c | modified | +125 −1 |
| src/backend/utils/mb/encnames.c | modified | +8 −2 |
| src/backend/utils/mb/Unicode/gb18030_to_utf8.map | added | +63490 −0 |
| src/backend/utils/mb/Unicode/ISO10646-GB18030.TXT | added | +63489 −0 |
| src/backend/utils/mb/Unicode/UCS_to_GB18030.pl | added | +95 −0 |
| src/backend/utils/mb/Unicode/utf8_to_gb18030.map | added | +63490 −0 |
| src/backend/utils/mb/wchar.c | modified | +27 −1 |
| src/include/mb/pg_wchar.h | modified | +2 −2 |