Unicode normalization

Поиск
Список
Период
Сортировка
От Andreas Kalsch
Тема Unicode normalization
Дата
Msg-id 4AB11E55.2020207@gmx.de
обсуждение исходный текст
Ответы Re: Unicode normalization  (David Fetter <david@fetter.org>)
Список 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

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

Предыдущее
От: Sam Mason
Дата:
Сообщение: Re: I need a Postgres Admin $130K + 20K in NYC Any Ideas?
Следующее
От: Raymond O'Donnell
Дата:
Сообщение: Re: pgadmin is changing pgpass.conf