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