Thread: Postgresql and punycode(IDN)

Postgresql and punycode(IDN)

From
Kaloyan Iliev
Date:
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)

From
Steve Atkins
Date:
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