Warning console code page (437) differs from Window code page (1252) - Mailing list pgsql-novice

From Sharon
Subject Warning console code page (437) differs from Window code page (1252)
Date
Msg-id BEC3F18B58A449F794261E345D7DFA53@user3
Whole thread Raw
List pgsql-novice
Previously I wrote
>Just a note for Windows XP users
>I had a drama with psql 
>At boot up this psql warning appeared
>Warning console code page (437) differs from Window code page (1252)

>I found the runsql.bat file and added 
>cmd.exe /c chcp 0437
>to the top and saved it

>When run the runsql.bat file reset the code page, returned
>"Active code page 437",
>got rid of the warning and psql began working (coincidence?)
Resetting the console code page to 437 worked for a while then the pesky warning came back.
I then changed the runsql.bat file command to
cmd.exe /c chcp 1252
The console recognised the change and logically the warning disappeared.
hopefully forever!
Regards John
 

pgsql-novice by date:

Previous
From: Andreas Kretschmer
Date:
Subject: Re: PG Admin - Import from URL?
Next
From: Gowthamie Balamurugan
Date:
Subject: Optimizing PostgreSQL Queries