UTS #46 IDNA processing for MoonBit
Dependencies
moon add tonyfettes/idnapub(all) suberror IdnaError {
PunycodeError(PunycodeError)
DisallowedCodePoint(cp~ : Int)
InvalidLabel(String)
InvalidHyphen
LabelTooLong
DomainTooLong
EmptyLabel
InvalidBidi
InvalidJoiner
InvalidAcePrefix
LeadingCombiningMark
}fn to_ascii(domain : String, use_std3_ascii_rules? : Bool, check_hyphens? : Bool, check_bidi? : Bool, check_joiners? : Bool, verify_dns_length? : Bool) -> String raise IdnaErrorUTS #46 IDNA processing for MoonBit
Dependencies