简体   繁体   中英

How to decode html formatted data in Datatables Server-Side Processing

I have a question table, which has HTML encoded records by the TinyMCE editor. The table has almost 5 thousand records. I am trying to list all records in DataTables using server-side functionality. While fetching HTML encoded data it outputs only?????? (encoded data is multilingual). charset=utf-8' is defined.

在此处输入图像描述

在此处输入图像描述

在此处输入图像描述

https://www.php.net/manual/en/function.iconv.php

Check out iconv. You can convert between character encodings.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM