Re: More Code Page wierdness - Mailing list pgsql-hackers-win32

From Tom Lane
Subject Re: More Code Page wierdness
Date
Msg-id 16371.1105455626@sss.pgh.pa.us
Whole thread Raw
In response to Re: More Code Page wierdness  ("Magnus Hagander" <mha@sollentuna.net>)
List 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 by date:

Previous
From: Simon Riggs
Date:
Subject: Re: More Code Page wierdness
Next
From: Tom Lane
Date:
Subject: Re: More Code Page wierdness