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