Can not show Japanese when generating Report-requirements-coverage-list-xxx.pdf
Can not show Japanese when generating Report-requirements-coverage-list-xxx.pdf
Installed the Squash TM v1.21.1.RELEASE, installed mysql Ver 14.14 Distrib 5.7.31, for Linux (x86_64) using EditLine wrapper, UTF 8 encoding. In custom-report-workspace the Japanese language is displayed like '????????', and when generating report like Report-requirements-coverage-list-xxx.pdf, the Japanese can not display normally. What could be the problem and how to resolve it?
-
cherriesonce
- Messages : 6
- Inscription : jeu. juin 15, 2023 4:11 pm
Re: Can not show Japanese when generating Report-requirements-coverage-list-xxx.pdf
Very detail, it's useful for me.Ken a écrit : ↑mar. août 04, 2020 4:51 am The screenshots which are showing the Japanese garbled text in Management Workspace:
basket random
https://imgur.com/OydrujJ
https://imgur.com/S47g7v6
https://imgur.com/sUeP2Oy
https://imgur.com/jdjuHA2
https://imgur.com/BHzv49E
https://imgur.com/tVumpWg
Could you please check it and thank you very much!
-
dianestevens
- Messages : 1
- Inscription : mer. avr. 16, 2025 12:04 pm
Re: Can not show Japanese when generating Report-requirements-coverage-list-xxx.pdf
I think you should check the locale settings of your Linux system to ensure it supports UTF-8. You can check your current locale with:Ken a écrit : ↑lun. août 03, 2020 7:04 am Installed the Squash TM v1.21.1.RELEASE, installed mysql Ver 14.14 Distrib 5.7.31, for Linux (x86_64) using EditLine wrapper, UTF 8 encoding. In custom-report-workspace the Japanese language is displayed like '????????', and when generating report like Report-requirements-coverage-list-xxx.pdf, the Japanese can not display normally. What could be the problem and how to resolve it? geometry dash lite
Code : Tout sélectionner
bash
localeCode : Tout sélectionner
en_US.UTF-8 UTF-8
ja_JP.UTF-8 UTF-8Re: Can not show Japanese when generating Report-requirements-coverage-list-xxx.pdf
Thank you for the detailed information. Before we explore the database, did you have a chance to verify and set the Linux system locale to ja_JP.UTF-8 and en_US.UTF-8 as suggested? If so, did that resolve the display of Japanese text (????????) in the Custom Report Workspace?dianestevens a écrit : ↑mer. avr. 16, 2025 12:06 pm I think you should check the locale settings of your Linux system to ensure it supports UTF-8. You can check your current locale with:nulls brawlIf necessary, you can set the locale to UTF-8 by adding the following lines to your /etc/locale.gen file and then running locale-gen:Code : Tout sélectionner
bash locale
Code : Tout sélectionner
en_US.UTF-8 UTF-8 ja_JP.UTF-8 UTF-8