Mail ISO-8859-15
This commit is contained in:
parent
035dabfe72
commit
0be6a056f9
@ -120,7 +120,7 @@ class Scores_Mail_Method extends Zend_Mail
|
||||
//We suppose that character encoding of strings is UTF-8 on PHP script.
|
||||
protected function txtConvert($string)
|
||||
{
|
||||
return mb_convert_encoding($string, 'ISO-8859-1', 'UTF-8');
|
||||
return mb_convert_encoding($string, 'ISO-8859-15', 'UTF-8');
|
||||
}
|
||||
|
||||
protected function recipientFilename($transport)
|
||||
|
Loading…
Reference in New Issue
Block a user