Aleksander Machniak
2015-05-06 bb219133879273d077eef963334d92adef26d8c2
Fix mb_substitute_character() use
1 files modified
2 ■■■ changed files
program/lib/Roundcube/rcube_charset.php 2 ●●● patch | view | raw | blame | history
program/lib/Roundcube/rcube_charset.php
@@ -753,7 +753,7 @@
        // iconv/mbstring are much faster (especially with long strings)
        if (function_exists('mb_convert_encoding')) {
            $msch = mb_substitute_character('none');
            $msch = mb_substitute_character();
            mb_substitute_character('none');
            $res = mb_convert_encoding($input, 'UTF-8', 'UTF-8');
            mb_substitute_character($msch);