Chinese can't display correct when search courses or forums

Re: Chinese can't display correct when search courses or forums

by jiang sy -
Number of replies: 0
this is highlight function problem. The highlight function process one byte code correct but two bytes code error.
you must change highlight function to highlightfast functin.
Edit your moodle/mod/forum/search.php , in line 103 ,104
change highlight to highlightfast
edit your moodle/mod/forum/lib.php , in line 1225
change highlight to highlightfast

Use zh_tw_utf8, it reduce many big5 code error.

Attachment ch6.jpg