Re: korean encoding, but sort order bad

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: joseph speigle <joe(dot)speigle(at)jklh(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: korean encoding, but sort order bad
Date: 2004-06-18 15:26:23
Message-ID: 20751.1087572383@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

joseph speigle <joe(dot)speigle(at)jklh(dot)us> writes:
> [postgres(at)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Darko Prenosil 2004-06-18 15:35:14 Re: SPI equivalent for libpq PQftable & PQFtablecolumn
Previous Message Tom Lane 2004-06-18 15:03:50 Re: SPI equivalent for libpq PQftable & PQFtablecolumn