I have some problems with special characters in version 2.0.8.
In the instant response results the special chars are displayed like that:
Tutoriais Básicos
when it should be displayed like that:
Tutoriais Básicos
The rest of the front site is ok but there are other cases like in javascript window alert for session expiration and in Users Administration.
I searched for the msg in lag file but is ok, must be a problem in the script but I can't find the cause.
Is it solved in a new version?
Is there a tutorial about upgrading to a new version?
Special chars problem
Moderator: Thorsten
Hi,
which language do you use?
bye
Thorsten
which language do you use?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Hi,
which encoding do you use in your browser and which encoding is chosen in the language file?
bye
Thorsten
which encoding do you use in your browser and which encoding is chosen in the language file?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Here it is:
file: language_pt.php
file: language_pt.php
Code: Select all
$PMF_LANG["metaCharset"] = "iso-8859-1";
$PMF_LANG["metaLanguage"] = "pt";
$PMF_LANG["language"] = "Portuguese";
// two examples wich are not displaying right
// javascript alert
$PMF_LANG['ad_session_expiring'] = 'A sua sessão expira daqui a %d minutos: deseja continuar a trabalhar?';
// e-mail field label in users admin
$PMF_LANG["ad_entry_email"] = "Endereço e-mail:";
Last edited by Nonnus on Tue Nov 04, 2008 12:41 pm, edited 1 time in total.