Re: Problem with the accents

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: Problem with the accents
Дата
Msg-id 20010928095639X.t-ishii@sra.co.jp
обсуждение исходный текст
Ответ на Problem with the accents  (frederic massot <frederic@juliana-multimedia.com>)
Список pgsql-general
> I have a problem at the time of requete containing accents with
> PostgreSQL version 6.5.3 :
>
> Via psql, the following requete does not function :
>
> SELECT id_dico, name
>  FROM  dico_fr
>  WHERE name ~* '^bé'
>  ORDER BY name;
>
>
> The tables are coded in UNICODE.

Are you sure that you put the query in UTF-8 encoding?
--
Tatsuo Ishii

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

Предыдущее
От: Benjamin Franks
Дата:
Сообщение: Re: PostgreSQL 7.1 on SMP: FreeBSD 4.3 || Linux 2.4.x?
Следующее
От: Keary Suska
Дата:
Сообщение: Re: temp table::persistance problem