Unicode normalization

From: Andreas Kalsch <andreaskalsch(at)gmx(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Unicode normalization
Date: 2009-09-16 17:20:21
Message-ID: 4AB11E55.2020207@gmx.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Has somebody integrated Unicode normalization into Postgres? if not, I
would have to implement my own function by using this CPAN module:
http://search.cpan.org/~sadahiro/Unicode-Normalize-1.03/ .

I need a function which removes all diacritics (1) and transforms some
characters to a more compatible form (2) to get a better index on strings.

Best,

Andi

1) à,ä, ... => a
2) ø => o, ƒ => f, ª => a

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sam Mason 2009-09-16 17:30:46 Re: I need a Postgres Admin $130K + 20K in NYC Any Ideas?
Previous Message Martin Gainty 2009-09-16 16:54:07 Re: I need a Postgres Admin $130K + 20K in NYC Any Ideas?