Hiroshi Inoue <in...@tpf.co.jp> writes:
> In my environment (Windows Vista using VC8)

>   setlocale(LC_XXXX, "Chinese (Traditional)_MCO.950");
> works and
>   setlocale(LC_XXXX, NULL);
> returns
>   Chinese (Traditional)_Macao S.A.R..950
> but
>   setlocale(LC_XXXX, "Chinese (Traditional)_Macao S.A.R..950");
> fails.

Interesting.  This example suggests that maybe Windows' setlocale can
only cope with dot as introducing a codepage number.  Are there any
cases where a dot works as part of the basic locale name?

                        regards, tom lane

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to