Hi.
We have an issue with special characters, french characters display (see attached)
I guess it is due to the encoding format (UTF-8) ? Everything seems to be fine (mysql, php,...), but the display is still nok.
Any idea ?
NB. The issue is only with the words entered by users, i.e the display of projeqtor itself is fine (/var/www/html/tool/i18n/nls/fr/lang.js)
Versions are:
Os : ubuntu 20.04.3 LTS (focal)
Projecqtor version : 9.3.5
Apache : 2.3.0
MySQL : 8.0.27
PHP : 5.3.10
Hi.
We have an issue with special characters, french characters display (see attached)
I guess it is due to the encoding format (UTF-8) ? Everything seems to be fine (mysql, php,...), but the display is still nok.
Any idea ?
NB. The issue is only with the words entered by users, i.e the display of projeqtor itself is fine (/var/www/html/tool/i18n/nls/fr/lang.js)
----
Versions are:
Os : ubuntu 20.04.3 LTS (focal)
Projecqtor version : 9.3.5
Apache : 2.3.0
MySQL : 8.0.27
PHP : 7.4.3
-----
Thank you for helping.
Possibly it is due to incorrect import of data in DB.
If you export / import data, ensure operations are done with UTF-8 and that dump file is also a real UTF-8 encoded file.
Hello. Thank you for your answer.
No export / import from /to dB. Just normal usage of the web:
We got this issue in the web browser for any project title with a special characters.
Thank again.
Cheks than in your parameters.php file you have
$enforceUTF8 = '1';
It works!
Many thanks.
