Re: UNICODE and regex character classes

From: David Norris <danorris(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: UNICODE and regex character classes
Date: 2004-08-05 01:24:05
Message-ID: cb165759040804182439d6cd6a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I should add that I know about locales and saw in the docs how the
character classes are affected by CTYPE. What I'm confused about is
what to do when you want *no* locale. In my regular expressions I'd
like to allow any character that someone might consider a letter in
their native language. Accented Latin characters in Western languages,
Cyrillic, Arabic script, etc. But not non-alphabetic characters like
punctuation, decorations and so on. My goal is for the database to be
as language-neutral as possible.

Thanks again,
--
David Norris
danorris(at)gmail(dot)com

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2004-08-05 02:39:32 Re: UNICODE and regex character classes
Previous Message David Norris 2004-08-04 22:10:01 UNICODE and regex character classes