Re: Encoding problem

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Encoding problem
Дата
Msg-id 426677AB.9050508@archonet.com
обсуждение исходный текст
Ответ на Encoding problem  (fritz-bayer@web.de (Fritz Bayer))
Список 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

В списке pgsql-general по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: reorder table data
Следующее
От: Joe Maldonado
Дата:
Сообщение: Filesystem options for storing pg_data