URF-8 Problem
-
Great work, but there’s a problem with Unicode. Function postExcerptCallback in APLCallback.php uses substr to generate excerpt. substr does not work with Unicode.
mb_internal_encoding(“UTF-8”);
return strip_shortcodes(mb_substr($pageContent, 0, $exLength));should corret this issue.
Greetings
Peter
- The topic ‘URF-8 Problem’ is closed to new replies.