Hi, On 24 févr. 06, at 16:55, Leonard Bouchet wrote:
Just adding
$rcmail_config['charset'] = 'utf-8';
to your main.inc.php will add the appropriate meta tag to every output
file.
Actually, you should put
$rcmail_config['charset'] = 'UTF-8';
(notice the uppercase) to avoid further problem with default charset
selector choice and some other issues. Also note that there is some
other trouble involving the charset I've not take the time to fix yet.
Regards, -l
