Version: Git (master) OS: Linux I got an email which contains the word "geklärt" among others. When I reply to it, the quoted text has this word with messed up encoding: "gekl�rt" Reproducible: Always Steps to Reproduce: reply to message with special chars Actual Results: � Expected Results: ä
btw: personally, I think this is a huge issue and should be fixed asap. if someone could point me in the right direction I could maybe help.
What do you have under Settings->Composer->Charsets? (I cannot reproduce here and I have us-acsii, iso-8859-1, utf-8)
I have: us-ascii iso-8859-1 utf-8 (locale) utf-8 Note that this error doesn't seem to happen everywhere, i.e. not for all emails I reply to. But I have one for which it is always reproducible. It contains confidential data, otherwise I'd gladly forward it to you. So, could you maybe give me some pointers on where to look? And what to look out for?
Git commit 61386be0f7d5dba3e85150115a44b2ecb7647879 by Andras Mantia. Committed on 27/11/2011 at 02:13. Pushed by amantia into branch 'master'. First set the charset, then set the body, so the body is encoded correctly into the charset. Use 8bit for the transfer encoding. This fixes a double unicode encoding problem on reply, as without the above the body might be encoded into unicode and later another toUnicode is performed on it when the reply charset is applied. BUG: 287581 M +3 -4 templateparser/templateparser.cpp http://commits.kde.org/kdepim/61386be0f7d5dba3e85150115a44b2ecb7647879