Re: More Code Page wierdness
Tom Lane <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
"Magnus Hagander" <[email protected]> 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 ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster