Re: EUC_TW not working in snapshot version - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: EUC_TW not working in snapshot version
Date
Msg-id 20001104113045S.t-ishii@sra.co.jp
Whole thread Raw
In response to EUC_TW not working in snapshot version  (Dave <fubjj@flashmail.com>)
List 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"},


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Alpha FreeBSD port of PostgreSQL !!!
Next
From: Tom Lane
Date:
Subject: Re: Transaction ID wraparound: problem and proposed solution