Hello Erel and all Good People,
I need a function that can convert one string to another.
punycode (i.e. : 'שלום' to idn ( i.e. : 'xn--9dbne9b')
and vise verse - idn to punycode.
an online converter (for the example) can be found here.
thanks
?
I need a function that can convert one string to another.
punycode (i.e. : 'שלום' to idn ( i.e. : 'xn--9dbne9b')
and vise verse - idn to punycode.
an online converter (for the example) can be found here.
Punycode is a special encoding used to convert Unicode characters to ASCII, which is a smaller, restricted character set. Punycode is used to encode internationalized domain names (IDN).
thanks
?