Topic: FA 2.4RC1--Do not retrieve DB data in UTF
For using FA, I fully modified DB (including all default values, languages and chart of accounts) to localize both language and chart of account.
I always had problem viewing DB information in FA, even after changing DB in utf-8.
In previous versions I solved this issue via adding
mysql_set_charset("utf8");
within two functions in connect_db.inc file and this way I could solve it.
Nevertheless in FA 2.4 there are major updates and I don't know how do I solve this.
Asghar