Home
last modified time | relevance | path

Searched refs:iconv (Results 26 – 45 of 45) sorted by path

12

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DCheckstyle.php73 … $error['message'] = iconv(PHP_CODESNIFFER_ENCODING, 'utf-8', $error['message']);
H A DJunit.php94 … $error['message'] = iconv(PHP_CODESNIFFER_ENCODING, 'utf-8', $error['message']);
H A DXml.php76 … $error['message'] = iconv(PHP_CODESNIFFER_ENCODING, 'utf-8', $error['message']);
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1084 $converted_text = iconv($sourceCharset, $targetCharset, $text);
1775 if (!@iconv('CP1252', 'UTF-8', $this->doc)) {
/plugin/jplayer/
H A Dcomposer.lock94 …"ext-iconv": "iconv extension is required to work with different character sets (when `ext-mbstrin…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt182 * bugfix: iconv problems on musl with //TRANSLIT
396 * Bugfix: (#1152) add error-suppression to iconv() calls
694 * Bugfix: ID3v2 LINK frames iconv error.
854 not available. This means that iconv() is no longer required
916 WMA/ASF file if iconv is not present.
1032 partially without iconv() support enabled in PHP
1213 * Bugfix: 'UNICODE' iconv() charset changed to 'UTF-16LE' or
1244 Added instructions for enabling iconv() support under Windows
1268 » Made getID3() depend on iconv library: compile PHP --with-iconv
1316 module with iconv(). id3v2 module also reads
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php1236 if ($converted_string = @iconv($in_charset, $out_charset.'//TRANSLIT', $string)) {
H A Dmodule.tag.id3v1.php81 …} elseif (function_exists('iconv') && @iconv($id3v1_bad_encoding, $id3v1_bad_encoding, $value) ===…
/plugin/jukebox/id3/
H A Dgetid3.lib.php965 if ($converted_string = @iconv($in_charset, $out_charset.'//TRANSLIT', $string)) {
/plugin/pureldap/classes/
H A DClient.php99 if (function_exists('iconv')) {
100 $user = iconv($this->config['sso_charset'], 'UTF-8', $user);
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php311 $v = iconv($fromEnc, 'UTF-8', $v);
349 $c = @iconv('UCS-2BE', $this->SCRIPT_ENCODING, pack('n', $dec));
/plugin/rssticker/
H A DlastRSS.php125 $out[1] = iconv($this->rsscp, $this->cp.'//TRANSLIT', $out[1]);
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.Encoding.txt
H A DTest.ForceNoIconv.txt
/plugin/sqlraw/
H A Dsimple_html_dom.php790 $converted_text = iconv($sourceCharset, $targetCharset, $text);
/plugin/tablelayout/
H A Dyarn.lock180 iconv-lite "0.4.13"
725 iconv-lite "^0.4.17"
1108 iconv-lite "~0.4.13"
1203 iconv-lite@0.4.13:
1205 …resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.13.tgz#1f88aba4ab0b1508e8312acc…
1207 iconv-lite@^0.4.17, iconv-lite@^0.4.4, iconv-lite@~0.4.13:
1209 …resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.21.tgz#c47f8733d02171189ebc4a40…
1683 iconv-lite "^0.4.4"
1969 iconv-lite "0.4.13"
/plugin/upgrade/
H A Dcomposer.lock34 "ext-iconv": "Used for proper filename encode handling",
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php736 * Tries iconv with the correct encoding first, falls back to mbstring with CP850 which is
740 * On some systems iconv is available, but the codepage is not. We also check for that.
747 if (function_exists('iconv') && @iconv_strlen('', 'CP437') !== false) {
748 return iconv('CP437', 'UTF-8', $string);
766 // try iconv first
767 if (function_exists('iconv')) {
768 $conv = @iconv('UTF-8', 'CP437//IGNORE', $string);
772 // still here? iconv failed to convert the string. Try another method
773 // see http://php.net/manual/en/function.iconv.php#108643
/plugin/webdav/
H A Dcomposer.lock74 "ext-iconv": "*",

12