Re: Regexp match with accented character problem

Поиск
Список
Период
Сортировка
От Thom Brown
Тема Re: Regexp match with accented character problem
Дата
Msg-id AANLkTimYOUgeoV9ZDhWcm6FB7fulvY-NFImtIltmZQ0d@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Regexp match with accented character problem  (Laslo Forro <getforum@gmail.com>)
Ответы Re: Regexp match with accented character problem  (Laslo Forro <getforum@gmail.com>)
Список pgsql-novice
On 8 June 2010 10:57, Laslo Forro <getforum@gmail.com> wrote:
> Thanx for your response!
> You write:
>>test=# select * from texts where title ~* E'\\mmacskacicó\\M';
>>
>>That works for me.
> However, it doesn't work for me (if I understand you right):

I suspect your database encoding is SQL_ASCII instead of UTF8.  Can
you tell us your database encoding?

Thanks

Thom

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

Предыдущее
От: Laslo Forro
Дата:
Сообщение: Re: Regexp match with accented character problem
Следующее
От: Laslo Forro
Дата:
Сообщение: Re: Regexp match with accented character problem