Function url::punycode::decode_to_string
[-]
[+]
[src]
pub fn decode_to_string(input: &str) -> Option<String>
Convert Punycode to an Unicode String
.
This is a convenience wrapper around decode
.