Re: Character Encoding Confusion - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: Character Encoding Confusion
Date
Msg-id 200403091119.09441.peter_e@gmx.net
Whole thread Raw
In response to Character Encoding Confusion  ("Markus Wollny" <Markus.Wollny@computec.de>)
List pgsql-general
Markus Wollny wrote:
> As ODBC seems to be blissfully unaware of any character encodings
> whatsoever, so were we - our databases are encoded in SQL_ASCII,
> although we have stored german special chars (ÄÖÜäöü and ß), and from
> what I have read so far, these are stored as multibyte and thus
> exceed the SQL-ASCII specification.

SQL_ASCII is not a real encoding, it simply means to pass bytes through
without looking at them.  If you want to get sensible behavior with
German characters, you should use LATIN9 as the server encoding.


pgsql-general by date:

Previous
From: Nick Barr
Date:
Subject: Re: Question on Opteron performance
Next
From: Stephen Robert Norris
Date:
Subject: Re: Question on Opteron performance