SpoonX/SxMail

Charset Issue

Closed this issue · 3 comments

Hey there.
First of all. Nice Module. Very easy to use.
But i have a little problem with the charset. But not on every device. just on iphone. I checked the mail via googlemail, outlook and iphone mail app.

On googlemail and outlook the german umlauts like "äöü" and so on are shown as they are. But on the iphone mail app there is something like this ö.

Iam working on a windows machine and encoded everything with "UTF-8".

The encoding should work. If it doesn't you might need a different charset (which I can't imagine). Does the iphone have custom settings?

Sry it was a local issue. I dont know why but my mb_strtolower call did it. I had to change it to mb_strtolower($string,'UTF-8')

Makes sense. I'm glad you resolved it!