Re: pginstaller - pginst: Fixed EUC_JP code misstake..

From: "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
To: "ITAGAKI Takahiro" <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
Cc: <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pginstaller - pginst: Fixed EUC_JP code misstake..
Date: 2007-10-04 01:16:16
Message-ID: 00bc01c80624$29d01070$c601a8c0@HP22720319231
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hi.

From: "ITAGAKI Takahiro" <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>

> Hi, Saito-san,
>
> h-saito(at)pgfoundry(dot)org (User H-saito) wrote:
>
>> pginst/ca:
>> locale.c (r1.13 -> r1.14)
>>
>> (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/locale.c.diff?r1=1.13&r2=1.14)
>
> Did you check the codepage of EUC_TW ? The locale Chinese_Taiwan.51950
> is invalid on my Windows XP Japanese version. Or, is it ok on Chinese
> version? If it works, we also need to add CP51950 to initdb because
> it rejects the locale specified by installer.
>
> initdb: invalid locale name "Chinese_Taiwan.51950"
> initdb: invalid locale name "Chinese_Taiwan.20950"
>
> _db_encoding
> client_encodings[] =
> {
> { "EUC_JP", "20932" },
> { "EUC_CN", "51936" },
> { "EUC_KR", "51949" },
> { "EUC_TW", "51950" },
>

Fixed now. Thanks!!!

Regards,
Hiroshi Saito

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2007-10-04 03:53:58 pgsql: First pass at SGML-ifying the 8.3 release notes.
Previous Message User H-saito 2007-10-04 01:14:38 pginstaller - pginst: EUC_TW which is not supported was removed.