Unicode characters for v.4.2

Discuss MySQL Ajax Table Editor Pro Version

Unicode characters for v.4.2

Postby Sundance » Mon Apr 29, 2019 8:17 am

I am trying to upgrade to mate-pro-4.2.zip but I am not able to display correctly Unicode characters with this version, please check UNICODE_mate-pro-v.4.2.png.

These characters are displayed correctly with mate-pro-1.2.zip, please check UNICODE_mate-pro-v.1.2.png.

I tried adding encoding (charset=utf-8) to the HTML page, like above, but no luck.
Code: Select all
<------>function __construct()
<------>{
<------><------>session_start();
<------><------>ob_start();
<------><------>$this->initiateEditor();
<------><------>header('<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />');


I also modified in "SET NAMES" in DBC.php, but no luck.

Code: Select all
//<----><------><------><------><------><------>PDO::MYSQL_ATTR_INIT_COMMAND => "SET NAMES utf8",
<------><------><------><------><------><------>PDO::MYSQL_ATTR_INIT_COMMAND => "SET NAMES 'utf8' COLLATE 'utf8_general_ci'",


Please advice...
Attachments
UNICODE_mate-pro-v.1.2.png
UNICODE_mate-pro-v.1.2.png (18.13 KiB) Viewed 13399 times
UNICODE_mate-pro-v.4.2.png
UNICODE_mate-pro-v.4.2.png (13.82 KiB) Viewed 13399 times
Sundance
 
Posts: 5
Joined: Wed Jan 29, 2014 12:14 pm

Return to Pro Version

Who is online

Users browsing this forum: No registered users and 3 guests

cron