Hi Does anyone know how to make the ckeditor in OsFAQ to support Chinese character. After I type in any Chinese Character Big5, it will show garbage character after I click preview

9 months later

Base on 1.0ST

modify to support chinese

edit file -> ../faq/include/staff/faq_admin_ui.inc.php (line 357)

add

$fInfo->answer = ''.$fInfo->answer;

before

$document->loadHTML($fInfo->answer);

Write a Reply...