This topic is locked
[SOLVED]

 TextArea using CKEditor with UTF-8

4/7/2014 4:57:34 AM
PHPRunner General questions
A
Alphomse author

Just update a ver 6.2 project to ver 7.1,
on the all TextArea Field as Chinese content ( UTF-8 ) show nothing on pages
i have remember need to edit a file like as RTESafe($value) or htmlspecialchars($value), where can i found the file or any solution can fix this ??

A
Alphomse author 4/7/2014

on the classes/controls/TextAreaField.php
just change the code:28 //$value = $this->RTESafe($value);
the content can be back to working and saving on CKEditor =)