This commit is contained in:
marcelo.cuiza
2015-07-31 11:18:25 -04:00
parent 6cc02b9f9f
commit 9520c0bb7b
2 changed files with 24 additions and 16 deletions

View File

@@ -967,6 +967,8 @@ class DynaForm
if ($record["DYN_VERSION"] == 0) {
$record["DYN_VERSION"] = 1;
}
$record["DYN_CONTENT"] = preg_replace("/\\\\u([a-f0-9]{4})/e", "iconv('UCS-4LE','UTF-8',pack('V', hexdec('U$1')))", $record["DYN_CONTENT"]);
return array(
$this->getFieldNameByFormatFieldName("DYN_UID") => $record["DYN_UID"],