From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Magnus Hagander" <mha(at)sollentuna(dot)net> |
Cc: | "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "Simon Riggs" <simon(at)2ndquadrant(dot)com>, pgsql-hackers-win32(at)postgresql(dot)org |
Subject: | Re: More Code Page wierdness |
Date: | 2005-01-11 15:00:26 |
Message-ID: | 16371.1105455626@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers-win32 |
"Magnus Hagander" <mha(at)sollentuna(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-01-11 15:08:00 | Re: More Code Page wierdness |
Previous Message | Simon Riggs | 2005-01-11 11:34:40 | Re: More Code Page wierdness |