decode

Function decode 

Source
pub fn decode(input: &str) -> Option<Vec<char>>
Expand description

Convert Punycode to Unicode.

Return None on malformed input or overflow. Overflow can only happen on inputs that take more than 63 encoded bytes, the DNS limit on domain name labels.