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/ (http://lists.roundcube.net/mail-archive/roundcube.users/2006/03/203/)
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:
<meta http-equiv="Content-Type" content="text/html;charset=????-?" />
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 ;)
Hey, thanks for your atention :)
My page in roundcube contains this code :
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
I change the variable $rcmail_config['charset'] = 'utf-8';
to $rcmail_config['charset'] = 'ISO-8859-1;
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 ?
try to append in .htaccess this:
php_value default_charset iso-8859-1
Regards
Pedro SimÃÃ,µes
i have the same error.. but when i'm using the ISO-8859-1 charset so the "umlauts" does not display right.. for example :
(http://epia-server.dyndns.org/roundcubeerror.jpg)
mabie you encoding is UTF-8 not ISO-8859-1
As suggestet I appended $rcmail_config['charset'] = '8859-1'; to my main.inc.php and now it works - great :)
i have found the error..
the german-language file contains the error because the umlauts contain these wrong chars.. i have edit the language file and it works now..
Hello,
I Have translated to Georgian Language where charsets are in UTF-8 OK everything works just perfect but I have this issue...
All the POP-UP Messages are somehow wrong. please take a look at this images.
(http://varketili.com/ihost//thumbs/121roundcube.JPG) (http://varketili.com/ihost//viewer.php?id=121roundcube.JPG)
(http://varketili.com/ihost//thumbs/8494roundcube2.JPG) (http://varketili.com/ihost//viewer.php?id=8494roundcube2.JPG)
(http://varketili.com/ihost//images/998roundcube3.JPG)
If you can somehow explain me this issue I will do my best to correct it.
Please note:
I have translated from English ANSI to Georgian UTF-8 as well in the text document I had to change ANSI TO utf-8 because of Georgian Letters.