Re: [PATCHES] MB big5 support patch (current)

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: t-ishii(at)sra(dot)co(dot)jp
Cc: pgsql-patches(at)postgreSQL(dot)org, hackers(at)postgreSQL(dot)org, t-ishii(at)sra(dot)co(dot)jp
Subject: Re: [PATCHES] MB big5 support patch (current)
Date: 1999-02-02 18:51:34
Message-ID: 199902021851.NAA00649@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Applied.

> Included patches make some enhancements to the multi-byte support.
>
> o allow to use Big5 (a Chinese encoding used in Taiwan) as a client
> encoding. In this case the server side encoding should be EUC_TW
>
> o add EUC_TW and Big5 test cases to the regression and the mb test
> (contributed by Jonah Kuo)
>
> o fix mistake in include/mb/pg_wchar.h. An encoding id for EUC_TW was
> not correct (was 3 and now is 4)
>
> o update documents (doc/README.mb and README.mb.jp)
>
> o update psql helpfile (bin/psql/psqlHelp.h)
>
> --
> Tatsuo Ishii
> t-ishii(at)sra(dot)co(dot)jp

--
Bruce Momjian | http://www.op.net/~candle
maillist(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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message D'Arcy J.M. Cain 1999-02-02 18:58:28 Re: [HACKERS] Adding some const keywords to external interfaces
Previous Message Bruce Momjian 1999-02-02 18:42:10 Re: [HACKERS] help bug and comment char.