Chinese GB18030 support is implemented!

From: Bill Huang <bill_huanghb(at)ybb(dot)ne(dot)jp>
To: pgsql-announce(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org
Cc: Bill Huang <bhuang(at)redhat(dot)com>, Yukihiro Nakai <ynakai(at)redhat(dot)com>
Subject: Chinese GB18030 support is implemented!
Date: 2002-06-06 07:10:25
Message-ID: 3CFF0AE1.10205@ybb.ne.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-patches

Hello,

As postgresql is widely used in the world,many Chinese users are looking
forward to use such a high performanced database management
system.However since the Chinese new codepage standard GB18030 is not
completely supported,postgresql is limitted to be used in China.

Now I have managed to implement the GB18030 support upon the latest
version,so the following functions are added after the patches are added.

-Chinese GB18030 encoding is available on front-end side,while on
backend side,EUC_CN or MIC is used.
-Encoding convertion between MIC and GB18030 is implement.
-GB18030 locale support is available on front-end side.
-GB18030 locale test is added.

Any help for testing with these patches and sugguestions for GB18030
support are greatly appreciated.

Best Regards,
Bill

--
/---------------------------/
Bill Huang
E-mail:bill_huanghb(at)ybb(dot)ne(dot)jp
Cell phone:090-9979-4631
/---------------------------/

Attachment Content-Type Size
postgresql-7.2.1-conv-gb18030.patch text/plain 2.7 KB
postgresql-7.2.1-encnames-gb18030.patch text/plain 449 bytes
postgresql-7.2.1-multibyte-gb18030.patch text/plain 1.7 KB
postgresql-7.2.1-multibyteh-gb18030.patch text/plain 461 bytes
postgresql-7.2.1-pg-wchar-gb18030.patch text/plain 383 bytes
postgresql-7.2.1-wchar-gb18030.patch text/plain 1.2 KB

Responses

Browse pgsql-announce by date

  From Date Subject
Next Message Bill Huang 2002-06-06 07:54:05 Re: [PATCHES] Chinese GB18030 support is implemented!
Previous Message webmaster 2002-05-31 14:25:06 GBORG NEWS: Welcome Dave Page (npgsql)

Browse pgsql-patches by date

  From Date Subject
Next Message Dave Page 2002-06-06 07:23:22 FW: Patch for current_schemas to optionally include implicit schemas
Previous Message Bruce Momjian 2002-06-06 00:15:06 Re: [PATCHES] Cygwin InstallXLogFileSegment() rename() patch