Php – Chinese text not show using dompdf
Hello i want to convert html to pdf using dompdf, my HTML has Chinese text. In HTML view the Chinese text show very well, but when I convert to pdf the Chinese text only show square. This is my code…
Hello i want to convert html to pdf using dompdf, my HTML has Chinese text. In HTML view the Chinese text show very well, but when I convert to pdf the Chinese text only show square. This is my code…
I come back with utf8mb4 character issues. I'm using mariadb Server version: 10.3.37-MariaDB-0ubuntu0.20.04.1 Ubuntu 20.04 on a local machine with Linux Mint 20.3. Here is a test table: CREATE TABLE chartable ( k1 VARCHAR(5) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; INSERT…