Prefer mbstring for autodetection as it's usually present these days

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-03-08 14:59:30 +01:00
parent 5929b3edf5
commit d846b2e5d5

View File

@ -29,7 +29,7 @@ class Encoding
);
private static $_engineorder = array(
'iconv', 'recode', 'mb'
'mb', 'iconv', 'recode',
);
private static $_kanji_encodings = null;