Re: Getting rid of accents..

Поиск
Список
Период
Сортировка
От Ian Barwick
Тема Re: Getting rid of accents..
Дата
Msg-id 200305280015.02483.barwick@gmx.net
обсуждение исходный текст
Ответ на Getting rid of accents..  (<mallah@trade-india.com>)
Ответы Re: Getting rid of accents..
Список pgsql-sql
On Tuesday 27 May 2003 22:55, mallah@trade-india.com wrote:
> Is there any easy way for converting accented text to
> closest text  without accents in postgresql ?
>
> eg:
>
> BÂLÂ MORGHÂB  to  BALA MORGHAB

Have you looked at to_ascii()? Something along the lines of

select to_ascii('Â', 'LATIN1')


Ian Barwick
barwick@gmx.net



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

Предыдущее
От: Randall Lucas
Дата:
Сообщение: Re: Getting rid of accents..
Следующее
От: Forest Wilkinson
Дата:
Сообщение: Empty queries guaranteed to work?