Home
last modified time | relevance | path

Searched refs:idna_convert (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt3 * IDNA Convert (idna_convert.class.php) *
14 The class idna_convert allows to convert internationalized domain names
46 idna_convert.class.php - The actual class
47 idna_convert.create.npdata.php - Useful for (re)creating the NPData file
53 The class is contained in idna_convert.class.php.
64 include_once('idna_convert.class.php');
66 $IDN = new idna_convert();
79 include_once('idna_convert.class.php');
81 $IDN = new idna_convert();
96 include_once('idna_convert
[all...]
H A Didna_convert.class.php54 class idna_convert class
942 * Adapter class for aligning the API of idna_convert with that of Net_IDNA
945 class Net_IDNA_php4 extends idna_convert
/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php74 if (class_exists('idna_convert')) {
75 $idn = new \idna_convert();
H A DEnclosure.php228 * @uses idna_convert If available, this will convert an IDN
258 if (class_exists('idna_convert')) {
259 $idn = new \idna_convert();