Home
last modified time | relevance | path

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

12

/plugin/jplayer/
H A Dcomposer.lock94 …"ext-iconv": "iconv extension is required to work with different character sets (when `ext-mbstrin…
/plugin/authfacebook/
H A Dauth.php152 …er = preg_replace("/[^a-z0-9]/","_",strtolower(trim(basename(stripslashes(iconv("utf8","ascii//tra…
/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/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php1019 return iconv($from, $to, $string);
/plugin/webdav/
H A Dcomposer.lock74 "ext-iconv": "*",
/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/scrape/
H A DHTMLPurifier.standalone.php
/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/jukebox/id3/
H A Dgetid3.lib.php965 if ($converted_string = @iconv($in_charset, $out_charset.'//TRANSLIT', $string)) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1161 return iconv($from, $to, $string);
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock3796 "ext-iconv": "*",
3803 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
/plugin/dropfiles/
H A Dyarn.lock978 iconv-lite "^0.4.17"
1312 iconv-lite@^0.4.17:
1314 …resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.19.tgz#f7468f60135f5e5dad3399c0…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php1236 if ($converted_string = @iconv($in_charset, $out_charset.'//TRANSLIT', $string)) {
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog1076 no 'iconv' extension present
1643 * converter.class.php: fixed bug 1243836 - (iconv) Pages with
1649 * fetcher.class.php: fixed bug 1243837 - (w/o iconv) leading and
/plugin/fetchmedia/
H A Dyarn.lock1412 iconv-lite "^0.4.17"
1715 iconv-lite@^0.4.17:
1717 …resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.18.tgz#23d8656b16aae6742ac29732…
/plugin/sqlraw/
H A Dsimple_html_dom.php790 $converted_text = iconv($sourceCharset, $targetCharset, $text);
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md495 `zlib.*`, `bzip2.*`, `convert.iconv.*` etc. The
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG568 … use mbstring whenever possible instead of iconv (you might need to update your encoding as mbstri…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php13178 $success = iconv($this->charset_in, 'UTF-8//TRANSLIT', $html);
26032 $a = @iconv('UTF-8', 'UTF-8', $html);
26034 if ($error && $error['message'] === 'iconv(): Detected an illegal character in input string') {

12