Re: regexp_replace and UTF8 - Mailing list pgsql-sql

From Gregory Stark
Subject Re: regexp_replace and UTF8
Date
Msg-id 87ljstm4eq.fsf@oxford.xeocode.com
Whole thread Raw
In response to regexp_replace and UTF8  ("Bart Degryse" <Bart.Degryse@indicator.be>)
List pgsql-sql
"Bart Degryse" <Bart.Degryse@indicator.be> writes:

> Hi,
> I have a text field with data like this: 'de patiënt niet'

> Can anyone help me fix this or point me to a better approach.
> By the way, changing the way data is put into the field is
> unfortunately not an option.
> Many thanks in advance.

You could use a plperl function to use one of the many html parsing perl
modules?

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com Ask me about EnterpriseDB's 24x7 Postgres support!


pgsql-sql by date:

Previous
From: "Bart Degryse"
Date:
Subject: regexp_replace and UTF8
Next
From: Gerardo Herzig
Date:
Subject: dynamic OUT parameters?