• Resolved Murielle

    (@murielle)


    If anyone is interested in UTF8 encoding in Collapsing Categories, specially when using truncated post-title, an easy solution exists.
    Replace in collapscatlist.php on line 568 or so :

    $tmp_text = substr($title_text, 0, $postTitleLength );

    by

    $tmp_text = mb_substr($title_text, 0, $postTitleLength, 'UTF-8');

    You won’t get anymore strange characters in your post-titles…

  • The topic ‘Collapsing Categories and UTF8 encoding’ is closed to new replies.