Quote:
Originally Posted by Nook_Neformat
to make it shure:
i need in includes/ame_bbcode.php
find
PHP Code:
$title = unhtmlspecialchars($title);
and replace it with
PHP Code:
$title = unhtmlspecialchars(mb_convert_encoding ($title, 'ISO-8859-2', 'UTF-8' ));
right?
|
Thx for the help.
I've tried this, but it has no effect...
Tried to replace ISO-8859-2 with
ISO-8859-1
and ISO-8859-15
but still getting the scrambled titles. Target language is German.
Hm...