[TYPO3-english] ext Stylestoinline utf-8 problem and solution
Vincent Mans
vincent at vibis.nl
Tue Apr 29 22:15:41 CEST 2014
Hi, for the ones struggling with the same issue as I did with this
extension Stylestoinline.
It doesn't convert to utf-8 correctly, so:
change line 242 in class CssToInlineStyles.php
$document->loadHTML($this->html);
into
$document->loadHTML(mb_convert_encoding($this->html, 'HTML-ENTITIES',
'UTF-8'));
I hope this helps for someone. And I hope the developer picks this up.
Bye, Vincent
More information about the TYPO3-english
mailing list