OSDN Git Service

Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp>
authorTatsuo Ishii <ishii@postgresql.org>
Thu, 13 Jun 2002 08:30:22 +0000 (08:30 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Thu, 13 Jun 2002 08:30:22 +0000 (08:30 +0000)
commit14f72b9a4df953821ef679f986e6a364d9156294
treefe95f8a1d4dedc278487665adb35dee3e56f4297
parent620dbc98cdf34f986b1f6f5164477550926749e8
Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp>
(ODBC support has not been committed yet. left for Hiroshi...)
src/backend/utils/mb/Unicode/ISO10646-GB18030.TXT [new file with mode: 0644]
src/backend/utils/mb/Unicode/UCS_to_GB18030.pl [new file with mode: 0755]
src/backend/utils/mb/Unicode/gb18030_to_utf8.map [new file with mode: 0644]
src/backend/utils/mb/Unicode/utf8_to_gb18030.map [new file with mode: 0644]
src/backend/utils/mb/conv.c
src/backend/utils/mb/encnames.c
src/backend/utils/mb/wchar.c
src/include/mb/pg_wchar.h