Summary: | Content-Transfer-Encoding set to 7bit with utf-8 charset (and all chars except Latin are lost) | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Sergei Beilin <sbeilin> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | grave | ||
Priority: | HI | ||
Version: | SVN trunk (KDE 4) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sergei Beilin
2008-05-26 21:39:49 UTC
Even if I hardcode base64 cte in kmmessage, russian letters are lost. Is it a bug in KRichTextEdit? Well, mComposeWin->mEditor->textOrHtml() works fine! At the same time, mComposeWin->mEditor->toWrappedPlainText() looses everything but latin chars. Is it a bug in KMeditor::toWrappedPlainText()? Have to dig in QTextDocument, QTextBlock, QTextLayout and QTextLine for some toLatin1() conversion? SVN commit 814242 by tmcguire: Don't eat non-ascii characters when sending messages. Time for me to buy a few brown paper bags... BUG: 162673 M +6 -12 kmeditor.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=814242 |