var searchIndex = {}; searchIndex["punycode"] = {"doc":"Fonctions to decode and encode [RFC-3492 Punycode](https://tools.ietf.org/html/rfc3492).","items":[[5,"decode","punycode","Decode the string as Punycode. The string should not contain the initial `xn--` and must\ncontain only ASCII characters.\n# Example\n```\nassert_eq!(\n punycode::decode("acadmie-franaise-npb1a").unwrap(),\n "académie-française"\n);\n```",null,{"inputs":[{"name":"str"}],"output":{"name":"result"}}],[5,"encode","","Encode a string as punycode. The result string will contain only ASCII characters. The result\nstring does not start with `xn--`.\n# Example\n```\nassert_eq!(\n punycode::encode("académie-française"),\n "acadmie-franaise-npb1a"\n);\n```",null,{"inputs":[{"name":"str"}],"output":{"name":"string"}}]],"paths":[]}; initSearch(searchIndex);