punycodeDecodeLabel
fn
string punycodeDecodeLabel(string ascii) @safeDecode a single Punycode label (without the xn-- prefix) to Unicode.
Parameters
ascii | Punycode label to decode (no xn-- prefix). |
Returns
The decoded Unicode label.
Throws
Exception on invalid Punycode input or length constraint failures.