Re: Encoding types

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Encoding types
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE47697D@algol.sollentuna.se
обсуждение исходный текст
Ответ на Encoding types  (Patrick Meylemans <Patrick.Meylemans@wtcm.be>)
Список 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 по дате отправления:

Предыдущее
От: "Sander Steffann"
Дата:
Сообщение: Re: 64 bit rpms for 7.4.7??
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: PostgreSQL 8.0.1 problem