Search found 1 match

by sduteis
06 Mar 2008, 17:33
Forum: Help
Topic: [Mantis 1.1.1] - French encoding character in email notifica
Replies: 3
Views: 4435

Re: [Mantis 1.1.1] - French encoding character in email notifica

According to /core/email_api.php, the charset is taken from the user langage current setting :
$t_email_data->metadata['charset'] = lang_get( 'charset', lang_get_current() );

Charset variables are defined in /lang/string_[language].txt . for string_french.txt
$s_charset = 'utf-8';

Language ...