Hello,
When I sent character with accent, like this : é
The recipient receive a blank or chinese character.
Anything to do ?
Thanks,
Asking for a solution here, I have encountered the same problem with the Turkish characters but I have not received any suggestion yet.
Aren't there anybody who wants to help us?
-----Original Message----- From: Christian Ista [mailto:ml@cista.be] Sent: Thursday, November 24, 2005 1:24 PM To: dev@lists.roundcube.net Subject: Character with accent .... blank
Hello,
When I sent character with accent, like this : é
The recipient receive a blank or chinese character.
Anything to do ?
Thanks,
On 11/24/05, Ismet Togay ismet@su.sabanciuniv.edu wrote:
Asking for a solution here, I have encountered the same problem with the Turkish characters but I have not received any suggestion yet.
Aren't there anybody who wants to help us?
Edit: program/steps/mail/sendmail.inc Go to line 151 and change head_charset,html_charset and text_charset to your iso, which in my case was ISO-8859-1, so I ended up with:
$message_param = array('text_encoding' => '7bit', 'html_encoding' => 'quoted-printable', 'head_encoding' => 'quoted-printable', 'head_charset' => 'ISO-8859-1', 'html_charset' => 'ISO-8859-1', 'text_charset' => 'ISO-8859-1');
Regards,
-- Eduardo Bacchi Kienetz LPI Certified - Level 2 http://www.noticiaslinux.com.br/eduardo/
Ismet Togay wrote:
Asking for a solution here, I have encountered the same problem with the Turkish characters but I have not received any suggestion yet.
Aren't there anybody who wants to help us?
It's not true, that nobody wants to help you! http://lists.dorkzilla.org/archive/roundcube-dev/2005Nov/1151.html
Please understand that the developers can't reply to every post.
Thomas