From: | Richard Huxton <dev(at)archonet(dot)com> |
---|---|
To: | Fritz Bayer <fritz-bayer(at)web(dot)de> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Encoding problem |
Date: | 2005-04-20 15:39:23 |
Message-ID: | 426677AB.9050508@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Fritz Bayer wrote:
> Hi,
>
> when I enter the following SELECT into psql
> select * from mytable where data like '%ü%'
> I get a selection of a couple of rows.
> The problem is that alls the "ü" characters get displayed as "<FC>".
>
> Why is that so?
Probably something in your terminal setup. I always have endless trouble
with accented characters on the different systems I use.
> fritz
>
> BTW: I set client encoding to latin1 and the database stores data in
> utf8 and
> I'm running postgresql under the following system: PostgreSQL 7.2.1 on
> i686-pc-linux-gnu, compiled by GCC 2.95.4
You should upgrade to the most recent 7.2.x version immediately, and I'd
recommend 8.0.x as soon as possible.
--
Richard Huxton
Archonet Ltd
From | Date | Subject | |
---|---|---|---|
Next Message | Joe Maldonado | 2005-04-20 16:07:08 | Filesystem options for storing pg_data |
Previous Message | Richard Huxton | 2005-04-20 15:34:33 | Re: reorder table data |