Home
last modified time | relevance | path

Searched refs:encodings (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php1419 * It should be noted, however, that not all character encodings can support
1425 * The number of supported character encodings depends on whether your web
1607 // Set up array of possible encodings
1608 $encodings = [];
1612 $encodings[] = strtoupper($this->input_encoding);
1622 $encodings[] = strtoupper($charset[1]);
1624 $encodings = array_merge($encodings, $this->registry->call(Misc::class, 'xml_encoding', [$this->raw_data, &$this->registry]));
1625 $encodings[] = 'UTF-8';
1628 $encodings[]
[all...]
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt33 arrays. The default format is UTF-8. For setting different encodings, you can