punyDecode

Converts a Punycode string to an UTF string.

S
punyDecode
(
S
)
(
in S str
)
if (
isSomeString!S
)

Examples

assert(punyDecode("maana-pta") == "mañana");

Meta