Проблема с иероглифами решилась так:
Код: Выделить всё
----- open -------------
quickedit.php
----- find -------------
$contents = utf8_normalize_nfc(request_var('contents', '', true));
$attach_list = array();
----- after, add -------------
// application/xhtml+xml not used because of IE
@header('Content-type: text/html; charset=UTF-8');







