Re: Chinese GB18030 support is implemented!

From: Bill Huang <bill_huanghb(at)ybb(dot)ne(dot)jp>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: pgsql-announce(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org, bhuang(at)redhat(dot)com, ynakai(at)redhat(dot)com
Subject: Re: Chinese GB18030 support is implemented!
Date: 2002-06-07 05:08:23
Message-ID: 3D003FC7.7000801@ybb.ne.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-patches

Tatsuo Ishii wrote:

>>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.
>>
>
>In your patches I found conversion functions between UTF-8 and GB18030
>using the same mapping for EUC_CN. I don't know the details of GB18030
>but I could guess that the mapping for EUC_CN might not work with
>GB18030. If so, what do you intend to add these function?
>--
>Tatsuo Ishii
>
>---------------------------(end of broadcast)---------------------------
>TIP 4: Don't 'kill -9' the postmaster
>
Now conversion between UTF-8 and GB18030 is implemented.

Regards,
Bill

--
/---------------------------/
Bill Huang)
E-mail:bill_huanghb(at)ybb(dot)ne(dot)jp
/---------------------------/

Attachment Content-Type Size
postgresql-7.2.1-conv-gb18030.patch text/plain 3.0 KB
UCS_to_GB18030.pl text/plain 2.0 KB
ISO10646-GB18030.TXT text/plain 773.7 KB

In response to

Browse pgsql-announce by date

  From Date Subject
Next Message Tatsuo Ishii 2002-06-13 06:39:50 Re: Chinese GB18030 support is implemented!
Previous Message Bill Huang 2002-06-07 02:36:34 Re: Chinese GB18030 support is implemented!

Browse pgsql-patches by date

  From Date Subject
Next Message snyder 2002-06-07 05:18:06 guc.c and postgresql.conf.sample constistency checker
Previous Message Bruce Momjian 2002-06-07 03:54:32 Re: patch for examples