You are not logged in.
Pages: 1
Hi all, I have a question would like to ask:
I input the devices by hand in Chinese without a problem, but when I use the system to export to PDF or SLK or CVS files, the characters become unviewable.
My IE or firefox : code is utf-8
mysql : tables' code is utf8_unicode_ci
MySQL 字符集: UTF-8 Unicode (utf8)
Apache/2.2.11 (Win32) PHP/5.2.8
MySQL client version: 5.1.31
thanks.
Offline
SHOW VARIABLES LIKE 'character%'
Variable_name Value
character_set_client utf8
character_set_connection utf8
character_set_database utf8
character_set_filesystem binary
character_set_results utf8
character_set_server utf8
character_set_system utf8
Offline
MySQL is ok (UTF-8)
Lib used for PDF export only support ISO-8859-15. Yes we must find another solution...
For CSV I need to do some test to see If I can reproduce this issue... (not simple my MySQL server is not UTF-8). Can you give us a link to the generated CSK and.or SLK files ?
+
Dév. Fedora 29 - PHP 5.6/7.0/7.1/7.2/7.3/7.4 - MariaDB 10.3 - GLPI master
Certifié ITILv3 - RPM pour Fedora, RHEL et CentOS sur https://blog.remirepo.net/
Offline
Pages: 1