You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-dns/libidn/files/50libidn-gentoo.el

13 lines
455 B

;;; libidn site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(autoload 'idna-to-ascii "idna"
"Returns an ASCII Compatible Encoding (ACE) of STR.")
(autoload 'idna-to-unicode "idna"
"Returns a possibly multibyte string after decoding STR.")
(autoload 'punycode-encode "punycode"
"Returns a Punycode encoding of STR.")
(autoload 'punycode-decode "punycode"
"Returns a possibly multibyte string which is the punycode decoding of STR.")