Re: korean encoding, but sort order bad - Mailing list pgsql-hackers

From Tom Lane
Subject Re: korean encoding, but sort order bad
Date
Msg-id 20751.1087572383@sss.pgh.pa.us
Whole thread Raw
In response to korean encoding, but sort order bad  (joseph speigle <joe.speigle@jklh.us>)
List 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 by date:

Previous
From: Abhijit Menon-Sen
Date:
Subject: specifying multiple result format codes with libpq
Next
From: "Darko Prenosil"
Date:
Subject: Re: SPI equivalent for libpq PQftable & PQFtablecolumn