Prefer mbstring for autodetection as it's usually present these days
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
5929b3edf5
commit
d846b2e5d5
@ -29,7 +29,7 @@ class Encoding
|
||||
);
|
||||
|
||||
private static $_engineorder = array(
|
||||
'iconv', 'recode', 'mb'
|
||||
'mb', 'iconv', 'recode',
|
||||
);
|
||||
|
||||
private static $_kanji_encodings = null;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user