Re: Regexp match with accented character problem

From: Thom Brown <thombrown(at)gmail(dot)com>
To: Laslo Forro <getforum(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Regexp match with accented character problem
Date: 2010-06-08 10:24:57
Message-ID: AANLkTimYOUgeoV9ZDhWcm6FB7fulvY-NFImtIltmZQ0d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 8 June 2010 10:57, Laslo Forro <getforum(at)gmail(dot)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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Laslo Forro 2010-06-08 10:54:41 Re: Regexp match with accented character problem
Previous Message Laslo Forro 2010-06-08 09:57:35 Re: Regexp match with accented character problem