Function idna::punycode::encode_str [−][src]
pub fn encode_str(input: &str) -> Option<String>
Convert an Unicode str
to Punycode.
This is a convenience wrapper around encode
.
pub fn encode_str(input: &str) -> Option<String>
Convert an Unicode str
to Punycode.
This is a convenience wrapper around encode
.