Re: More Code Page wierdness

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: More Code Page wierdness
Дата
Msg-id 16371.1105455626@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: More Code Page wierdness  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-hackers-win32
"Magnus Hagander" <mha@sollentuna.net> writes:
> Not an error, but a warning. It's in src/bin/psql/startup.c, line 663
> and forward. Called on line 304, right before going into the MainLoop().

Ah-hah.  I was grepping for "code page" not "codepage".  (BTW, this
warning appears not to be internationalized --- boo hiss --- and we will
need to adjust it to point to whereever we decide to put the
documentation about this issue.)

So: what the heck does it mean when GetACP() != GetConsoleCP() ?
I suppose those control different areas of functionality, but what
exactly?

            regards, tom lane

В списке pgsql-hackers-win32 по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: More Code Page wierdness
Следующее
От: Tom Lane
Дата:
Сообщение: Re: More Code Page wierdness