From: | Dave Page <dpage(at)postgresql(dot)org> |
---|---|
To: | Hiroshi Saito <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp> |
Cc: | Magnus Hagander <magnus(at)hagander(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [COMMITTERS] pgsql: Re-allow UTF8 encodings on win32. |
Date: | 2007-10-17 08:52:41 |
Message-ID: | 4715CD59.5040802@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Hiroshi Saito wrote:
> Hi.
>
> From: "Magnus Hagander" <magnus(at)hagander(dot)net>
>
>>> But, Please see.
>>> http://winpg.jp/~saito/pg83/pg83b1-err3.txt
>>> Japanese_Japan.65001 is error...
>>> Japanese_Japan is true.
>>
>> Yes, that is expected. If you explicitly ask for the .65001 locale it
>> will try the one that doesn't have the proper NLS files, and that
>> shouldn't work. If you just put in Japanese_Japan, it will use the UTF16
>> locale.
>
> Umm, As for result ... initdb -E UTF8 --locale=Japanese_Japan -D../data
> http://winpg.jp/~saito/pg83/pg83b1-err4.txt
> It seems that it is only complemented.
Yes, that is expected, though not entirely to my tastes. The cluster
should still actually be in utf-8 however.
/D
From | Date | Subject | |
---|---|---|---|
Next Message | User Heder | 2007-10-17 14:04:47 | randdataset - randdataset: Imported Sources |
Previous Message | User Okbob | 2007-10-17 06:48:38 | tsearch2api - tsearch2api: Imported Sources |
From | Date | Subject | |
---|---|---|---|
Next Message | Jacky Leng | 2007-10-17 09:18:14 | Re: Why copy_relation_data only use wal when WAL archiving is enabled |
Previous Message | Magnus Hagander | 2007-10-17 07:22:11 | Re: 8.2.3: Server crashes on Windows using Eclipse/Junit |