Quote:
|
Originally Posted by mla There seems to be some kind of problem with national characters, e.g. the Swedish 'Å', 'Ä', 'Ö'.
It looks like ÅÄÖ is exchanged for two bytes characters... |
If you look at the headers for the Zimbra-generated message, you should see a line that looks like this:
Code:
Content-Type: text/plain; charset=utf-8
The characters in the message body are in the UTF-8 character set, not in ISO-8859-1.
You can't change the default character set at present. We'll add that to our feature wishlist...