Resolved the weird characters on goboz by adding these 2 lines AS THE FIRST ONES in the remove_error_creating_characters function:
Code:
function remove_error_creating_chars($chars) {
$replace=array(
'—' => '--', // Steef2k8-01 - remove really weird characters
'’' => '\'', // Steef2k8-01 - remove really weird characters I said
as the first 2 lines of all the replaces, because below it some characters from these strings are getting replaced, so the function won't find
— and ’ anymore.
i.e.: