Re: Added Encoding

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Eiji Tokuya <e-tokuya(at)sankyo-unyu(dot)co(dot)jp>
Cc: Pgsql-Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Added Encoding
Date: 2001-11-23 19:13:37
Message-ID: 200111231913.fANJDbd27018@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> It was made to cope with encoding such as an Asian bloc in 7.2Beta2.
>
> Added ServerEncoding
> Korean (JOHAB), Thai (WIN874),
> Vietnamese (TCVN), Arabic (WIN1256)
>
> Added ClientEncoding
> Simplified Chinese (GBK), Korean (UHC)
>
>
> http://www.sankyo-unyu.co.jp/Pool/postgresql-7.2b2.newencoding.diff.tar.gz
> (608K)

Looks good. I need some people to review this for me. The diff is 3mb
but appears to address only additions to multibyte. I have attached a
list of files it modifies. Also, look at the sizes of the mb/
directory. It is getting large:

4 ./CVS
6 ./Unicode/CVS
3433 ./Unicode
6197 .

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Attachment Content-Type Size
unknown_filename text/plain 2.7 KB

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-11-23 20:14:01 Re: Support for QNX6, POSIX IPC and PTHREAD-style locking
Previous Message Bruce Momjian 2001-11-23 17:17:12 Re: Chinese NLS patch, the third try.