Michal Čihař
7cea5eb9af
Replace our mbstring polyfills with symfony/polyfill-mbstring
...
The symfony/polyfill-mbstring is anyway pulled in through Twig, so this
doesn't add additional dependencies.
Fixes #12386
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-17 10:03:30 +02:00
Michal Čihař
1a9df888a7
Remove Kanji encoding detection
...
Since we set utf-8 as internal charset, there is no need to detect it.
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-03-08 15:46:37 +01:00
Michal Čihař
3bda9a03b9
Move Kanji encoding handling to Encoding class
...
Issue #11731
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-03-08 14:55:41 +01:00
Michal Čihař
4ed47fc4b4
Move charset conversion to a class
...
Also removes ancient support for AIX iconv.
Issue #11731
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-03-08 14:05:59 +01:00