Re: korean encoding, but sort order bad

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: korean encoding, but sort order bad
Дата
Msg-id 20751.1087572383@sss.pgh.pa.us
обсуждение исходный текст
Ответ на korean encoding, but sort order bad  (joseph speigle <joe.speigle@jklh.us>)
Список pgsql-hackers
joseph speigle <joe.speigle@jklh.us> writes:
> [postgres@www pgsql]$ initdb --locale=ko_KR --lc-messages=C -E unicode -D `pwd`/unidata

Is that a valid combination of locale and encoding?  The locale setting
implies a particular encoding, but unfortunately Postgres has no way to
tell which one.  You may need a locale called "ko_KR.utf8" or similar
if you want to use unicode encoding.
        regards, tom lane


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

Предыдущее
От: Abhijit Menon-Sen
Дата:
Сообщение: specifying multiple result format codes with libpq
Следующее
От: "Darko Prenosil"
Дата:
Сообщение: Re: SPI equivalent for libpq PQftable & PQFtablecolumn