Home
last modified time | relevance | path

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

12

/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/authfacebook/
H A Dauth.php152 …er = preg_replace("/[^a-z0-9]/","_",strtolower(trim(basename(stripslashes(iconv("utf8","ascii//tra…
/plugin/authucenter/
H A Dauth.php430 …$str = $out ? iconv('utf-8', $this->getConf('uccharset'), $str) : iconv($this->getConf('uccharset'…
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php15 * Partial mbstring implementation in PHP, iconv based, UTF-8 centric.
105 $s = \iconv($fromEncoding, 'UTF-8//IGNORE', $s);
116 return \iconv($fromEncoding, $toEncoding.'//IGNORE', $s);
169 $s = @\iconv('UTF-8', 'UTF-8//IGNORE', $s);
172 $s = \iconv($encoding, 'UTF-8//IGNORE', $s);
198 return \iconv('UTF-8', $encoding.'//IGNORE', $s);
235 $s = @\iconv('UTF-8', 'UTF-8//IGNORE', $s);
238 $s = \iconv($encoding, 'UTF-8//IGNORE', $s);
268 return \iconv('UTF-8', $encoding.'//IGNORE', $result);
283 $s = @\iconv('UT
[all...]
/plugin/combo/
H A Dyarn.lock112 iconv-lite@0.6.3:
114 resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501"
271 iconv-lite "0.6.3"
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/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/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') {
/plugin/eventline/
H A Daction.php111 $html = iconv('UTF-8', 'ASCII//TRANSLIT', pullInXmlData($ID, $wikihtml));
/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/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md495 `zlib.*`, `bzip2.*`, `convert.iconv.*` etc. The
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DCHANGELOG.md23 * `ext/iconv` is suggested, no longer required. (Ivan Enderlin, 2015-08-03T07:06:46+02:00)
H A DUstring.php1019 return iconv($from, $to, $string);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DParserTest.php545 iconv('UTF-8', 'ISO-8859-1', "foo: 'äöüß'"),
546 iconv('UTF-8', 'ISO-8859-15', "euro: '€'"),
547 iconv('UTF-8', 'CP1252', "cp1252: '©ÉÇáñ'"),
/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/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dconvert_encoding.rst17 This filter relies on the `iconv`_ or `mbstring`_ extension, so one of
19 default (Twig before 1.8.1 uses `iconv`_ by default).
27 .. _`iconv`: https://secure.php.net/iconv target
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1161 return iconv($from, $to, $string);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dconvert_encoding.test4 function_exists('iconv') || function_exists('mb_convert_encoding')
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Dchat.js.tpl.php35 var pfc_nickname = <?php echo ($GLOBALS["output_encoding"]=="UTF-8" ? $nick : iconv("U…
/plugin/freechat/phpfreechat/src/
H A Dpfci18n.class.php32 iconv("UTF-8", $GLOBALS["output_encoding"], $GLOBALS[$serverid]["i18n"][$args[0]])) :
47 iconv("UTF-8", $GLOBALS["output_encoding"], $GLOBALS[$serverid]["i18n"][$args[0]])) :
H A Dpfctools.php449 function iconv($input_encoding, $output_encoding, $string) function
457 function iconv($input_encoding, $output_encoding, $string) function
/plugin/freechat/phpfreechat/themes/default/
H A Dchat.js.tpl.php35 var pfc_nickname = <?php echo ($GLOBALS["output_encoding"]=="UTF-8" ? $nick : iconv("U…
/plugin/geonav/server/
H A DgetContinent.php38 $string = iconv('UTF-8', 'ASCII//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
H A Dconverter.class.php16 return iconv(strtoupper($encoding), "UTF-8", $string);

12