Function idna::domain_to_ascii_strict
source · pub fn domain_to_ascii_strict(domain: &str) -> Result<String, Errors>Expand description
The domain to ASCII algorithm,
with the beStrict flag set.
pub fn domain_to_ascii_strict(domain: &str) -> Result<String, Errors>The domain to ASCII algorithm,
with the beStrict flag set.