Hiroshi Inoue <inoue@tpf.co.jp> wrote:
> Please call setlocale(LC_CTYPE/LC_ALL, "") first.
Ah, it works! But setlocale(*, "") means that we always use platform
locale (Japanese and SJIS in Japan). It could be different from server
encoding and locale in postgres. Is it acceptable? I think we need to
set LC_CTYPE and other LC_* independently...
Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center