Re: Encoding types - Mailing list pgsql-admin

From Magnus Hagander
Subject Re: Encoding types
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE47697D@algol.sollentuna.se
Whole thread Raw
In response to Encoding types  (Patrick Meylemans <Patrick.Meylemans@wtcm.be>)
List pgsql-admin
> Dear,
>
> I have the following problem :
>
> On an win32 box (win2003 server) we selected as encoding
> SQL_ASII, we store data into the tables with accents ... If
> we look at it with pgadminIII it looks nice. From the
> cmd-prompt and via ODBC on the same box, the accents are
> strange characters. Is we connect from another win32 box via
> ODBC the accents are looking OK.
>
> If we do the same on a Linux machine everything looks just fine
>
> What do I mis ?

SQL-ASCII means pg doesn't know anything about your accents. It will
serve up the characters with the same ASCII value they had when you put
them in.

Your problem comes from the command prompt using a different codepage
than the GUI on windows. A way to confirm this is to creaet a simple
textfile with one of these accents  in it on your disk, and then do a
"type whatever.txt" to see it in the command prompt. You should see the
same disruptance.

For information on workarounds, see the "Notes for Windows users" on
http://www.postgresql.org/docs/8.0/static/app-psql.html. note that in
some cases it's enought o just change the font, in some cases you need
to do both steps.

//Magnus

pgsql-admin by date:

Previous
From: "Sander Steffann"
Date:
Subject: Re: 64 bit rpms for 7.4.7??
Next
From: "Magnus Hagander"
Date:
Subject: Re: PostgreSQL 8.0.1 problem