Re: Unicode problem ??? - Mailing list pgsql-general

From Harald Fuchs
Subject Re: Unicode problem ???
Date
Msg-id pu4qrdgwio.fsf@srv.protecting.net
Whole thread Raw
In response to Unicode problem ???  ("Priem, Alexander" <ap@cict.nl>)
List pgsql-general
In article <200404211522.39036.peter_e@gmx.net>,
Peter Eisentraut <peter_e@gmx.net> writes:

> Am Mittwoch, 21. April 2004 14:37 schrieb Priem, Alexander:
>> I have a PostgreSQL 7.4 database running, which was initdb-ed using
>> standard (SQL_ASCII) encoding, with -lc-collate=C option set.
>>
>> Everything is running fine, but I just discovered something funny. If text
>> containing characters like ë is inserted into the database (text field),
>> the inserting goes fine. When I view this data using phpPgAdmin (v3.2.1) it
>> looks fine, including these special characters.

> You can try to update pg_database to change the database encoding to LATIN1.
> SQL_ASCII is only totally supported for, well, ASCII characters.

Or even better to LATIN9.  This also includes the Euro symbol and the
French OE ligature forgotten in LATIN1.

pgsql-general by date:

Previous
From: miguel angel rojas aquino
Date:
Subject: [OT] Problem starting pgsql on windows 2000 server
Next
From: "Froggy / Froggy Corp."
Date:
Subject: Re: PL/SQL question