- Edited
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
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
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);