Spanish version does not display accents or ñ
Posted: Thu Apr 26, 2012 4:56 pm
Good afternoon,
I downloaded the Spanish version (Spanish):
http://www.hesk.com/languages/23/es.zip
But I can see neither tildes nor the letter ñ, and change the values:
httpd.conf ----> AddDefaultCharset UTF-8
php.ini --------> default_charset = "utf-8"
In the archives of the Spanish translation is the value:
text.php ------> $ hesklang ['ENCODING'] = 'iso-8859-1';
Change the value to:
text.php ------> $ hesklang ['ENCODING'] = 'utf-8';
But still the problem remains.
My configuration is:
Linux CentOS 6.2 64bit
Apache 2.2.15
PHP 5.3.3
MySQL 5.1.61
Could someone please help me?
I downloaded the Spanish version (Spanish):
http://www.hesk.com/languages/23/es.zip
But I can see neither tildes nor the letter ñ, and change the values:
httpd.conf ----> AddDefaultCharset UTF-8
php.ini --------> default_charset = "utf-8"
In the archives of the Spanish translation is the value:
text.php ------> $ hesklang ['ENCODING'] = 'iso-8859-1';
Change the value to:
text.php ------> $ hesklang ['ENCODING'] = 'utf-8';
But still the problem remains.
My configuration is:
Linux CentOS 6.2 64bit
Apache 2.2.15
PHP 5.3.3
MySQL 5.1.61
Could someone please help me?