message encoding in bx_filters_platforms_form2mail
qMax <[email protected]>
| Newsgroups | gmane.comp.cms.bitflux.general |
|---|---|
| Message-ID | <[email protected]> |
Due to utf8_decode in function submitFields, message body became always 7bit latin-1. I guess, there should be something like $charset = !empty($params['charset']) ? $params['charset'] : "ISO-8859-1"; $headers .= "Content-Type: text/plain; charset=".$charset."\r\n"; and recoding all fields to specified charset. (i just dunno how to do this) Temporary solution: commenting out utf8_decode and $headers .= "Content-Type: text/plain; charset=utf-8\r\n"; -- qMax -- bitflux-cms mailing list [email protected] http://lists.bitflux.ch/cgi-bin/listinfo/bitflux-cms