Re: [COMMITTERS] pgsql: Re-allow UTF8 encodings on win32.

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: [COMMITTERS] pgsql: Re-allow UTF8 encodings on win32.
Дата
Msg-id 47151C8E.5020208@postgresql.org
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Re-allow UTF8 encodings on win32.  ("Hiroshi Saito" <z-saito@guitar.ocn.ne.jp>)
Список pgsql-hackers
Hiroshi Saito wrote:
> Hi.
> 
> From: "Dave Page" <dpage@postgresql.org>
>>> Yes, Please see,
>>> http://winpg.jp/~saito/pg83/pg83b1-err2.txt
>>> Is that initdb is successful a problem as for this?
>>
>> Oh, sorry - misread that. I chatted with Magnus about that. It is
>> correct, but misleading. pg_control will say Japanese_Japan.932 as well
>> iirc, even though it is really Japanese_Japan.65001.
> 
> But, Please see.
> http://winpg.jp/~saito/pg83/pg83b1-err3.txt
> Japanese_Japan.65001 is error...
> Japanese_Japan is true.

Yes, we're faking utf-8 support using utf-16. Specifying it as you have
there bypasses the workaround and tries to use the 65001 codepage which
then fails because LC_CTYPE cannot be set to .65001 in any locale.

/D



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Re-allow UTF8 encodings on win32.
Следующее
От: Dave Page
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Re-allow UTF8 encodings on win32.