Re: EUC_TW not working in snapshot version

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: fubjj(at)flashmail(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: EUC_TW not working in snapshot version
Date: 2000-11-04 02:30:45
Message-ID: 20001104113045S.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I was installing the snapshot version last night, whenever I
> initialized the database with "initdb -E EUC_TW -D
> /usr/local/pgsql/data", I got error message that the EUC_TW was not
> the valid encoding. Is it a bug in the snapshot version?

Sorry, I forgot to add EUC_TW encoding. Should be ok now, please grab
the new snapshot tonight or apply included patches to
src/interfaces/libpq/fe-connect.c if you are hurry.

*** fe-connect.c 2000/10/30 10:31:46 1.143
--- fe-connect.c 2000/11/04 02:25:45
***************
*** 2712,2717 ****
--- 2712,2718 ----
{EUC_JP, "EUC_JP"},
{EUC_CN, "EUC_CN"},
{EUC_KR, "EUC_KR"},
+ {EUC_TW, "EUC_TW"},
{UNICODE, "UNICODE"},
{MULE_INTERNAL, "MULE_INTERNAL"},
{LATIN1, "LATIN1"},

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-11-04 02:39:58 Re: Re: BIT/BIT VARYING status
Previous Message Tom Lane 2000-11-04 02:29:04 Re: Transaction ID wraparound: problem and proposed solution