Обсуждение: Postgresql and punycode(IDN)

Поиск
Список
Период
Сортировка

Postgresql and punycode(IDN)

От
Kaloyan Iliev
Дата:
Hi
I am looking for a way to convert a text field from a table into
punycode (IDN).
Are there any buildin functions in Postgres ot in plpgsql.

Best regards,
 Kaloyan Iliev

Re: Postgresql and punycode(IDN)

От
Steve Atkins
Дата:
On Jun 30, 2009, at 6:10 AM, Kaloyan Iliev wrote:

> Hi
> I am looking for a way to convert a text field from a table into
> punycode (IDN).
> Are there any buildin functions in Postgres ot in plpgsql.

It'd probably be easiest to use pl/perl and one of the punycode CPAN
modules.

Cheers,
   Steve