Release Support > 0.1 Beta 1

Charset Problems ISO-8859-1 ( LATIN-1 )

(1/2) > >>

ataliba:
Hello, I have installed the Rondcube version of the svn and I have some problems with all messages encoded in ISO-8859-1. A example of this :

To: "Fabr�cio Corr�a"

I set the language to PT-BR, but the problem isn't solved.

Is there any patch to aply in the code to display this messages correctly ?

Thanks for your atention.

I see in the list other message about this, but i don't see any responses for this message. The message is : http://lists.roundcube.net/mail-archive/roundcube.users/2006/03/203/

bpat1434:
Double check the roundcube page, and in the HTML view of it, see what encoding is set with the meta tag. It should look something like:

--- Code: ---<meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html;charset=????-?&quot; />
--- End code ---

And see what the charset is set at. If the page is rendering in UTF-8, and the message is ISO-8859-1, this can cause this as well. In which case it's a simple theme issue ;)

ataliba:
Hey, thanks for your atention :)

My page in roundcube contains this code :


--- Code: ---<meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=UTF-8&quot; />
--- End code ---

I change the variable
--- Code: ---$rcmail_config['charset'] = 'utf-8';
--- End code ---
to
--- Code: ---$rcmail_config['charset'] = 'ISO-8859-1;
--- End code ---
in the archive main.inc.php but this don't fix the problem.

If this is a theme issue, what I can do to fix this problem in my installation ?




simoesp:
try to append in .htaccess this:

php_value default_charset iso-8859-1


Regards
Pedro Simões

Heini_net:
i have the same error.. but when i'm using the ISO-8859-1 charset so the "umlauts" does not display right.. for example :



 

Navigation

[0] Message Index

[#] Next page

Go to full version