Hi,
I have a problem with greek fonts in forms
I use mysql and when i show the table from myphpadmin it works fine, But in application all records with greek fonts looks strange.
Not the labels but only the records
IS POSSIBLE TO FIX IT ?
Thanks
Hi,
I have a problem with greek fonts in forms
I use mysql and when i show the table from myphpadmin it works fine, But in application all records with greek fonts looks strange.
Not the labels but only the records
IS POSSIBLE TO FIX IT ?
Thanks
You have to make sure that MySQL, PHP and your application using the same character set.
MySQL: SHOW VARIABLES LIKE ‘%character%’
All records but ‘character_set_filesystem’ and ‘character_sets_dir’ should have the same value.
PHP:
Find ‘default_charset’ in your php.ini. It should have the same value as MySQL.
SC (Main Menu):
Project -> Properties -> Locales. Value of Charset same as above.
jsb