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