Hello,
We are having the following problem for a past few days:
We are translating eGW into Lithuanian language, in translation tool the text we enter looks just fine (for example lithuanian letter Ą looks like Ą), but when we update the database and visit the same page again it gets automatically converted to other characters ( for example: Ǽ instead of Ą ) .
I’ve noticed that trying updating the database manually ( we use MySQL 4 with PHPMyAdmin ) results in displaying the correct character in the web browser window, which is basically fine, however, in translation tools there is no change.
Is there any way to fix this, because, naturally it is not much of convienient changing all of DB entries manually.
System Specification
Windows XP PRO SP 2
NTFS Filesystem
Regional settings all set to Lithuanian
Php 5.1.1
Apache 2
Mysql 4
Following I would like to include parts of php.ini file that i’ve changed , could some of these settings be the cause ?
------------------------ PHP.INI
default_mimetype = “text/html”
;default_charset = “iso-8859-1” /// should i set it to “UTF-8”
mbstring.func_overload = 7 /// maybe value should be left as 0
mbstring.http_input = UTF-8 /// at first i thought this might fix the problem as the .lang file looks corrupted as well
I would appreciate any help regarding this issue…
Sincerly,
Vytautas