ioconnor
Joined: 01 Apr 2006
Posts: 4
|
| Posted: Mon Apr 17, 2006 12:01 am Post subject: Console code page (437) differs from windows code page (1252 |
|
|
Quote: Warning: Console code page (437) differs from windows code page (1252)
8-bit characters may not work correctly. See psql reference
page "Notes for windows users" for details.
I think every windows user must be getting this error and they just live with it. The solution to fixing this is two fold.
Step 1)
Change the font to "Lucida Console" from the default "Raster Fonts"
Step 2)
In your command prompt window type:
cmd.exe /c chcp 1252
This |
|