| Summary: | Accents not properly displayed when using 'Paste as Attachment' functionality | ||
|---|---|---|---|
| Product: | [Applications] kmail2 | Reporter: | Sabine Faure <sabine> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | montel |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Sabine Faure
2010-05-11 19:56:57 UTC
If you try saving the email as draft you get the following error message: '8bit Content-Transfer-Encoding cannot correctly encode this message. Please report this bug. Trunk, Svn Rev 1125510 When I double click it open it in kate... and it's ok. What is opening for you ? Regards Laurent: I already started working on this, I have a patch ready but I need to fix some conflict first, then I can commit. SVN commit 1125867 by tmcguire: Don't allow 8bit encoding for text attachments. BUG: 237277 M +3 -1 attachmentpart.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1125867 > If you try saving the email as draft you get the following error message:
> '8bit Content-Transfer-Encoding cannot correctly encode this message. Please
> report this bug.
This part is now fixed, but not yet the other parts, working on that.
(Reopening, only partly fixed) SVN commit 1126721 by tmcguire: Make attachment viewing work properly. We now construct an actually valid KMime::Content, by using the AttachmentJob. BUG: 237277 M +22 -6 attachmentcontrollerbase.cpp M +1 -0 attachmentcontrollerbase.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1126721 I retested this today and it still does not seem to work: The accents are still replaced by ? when using Kwrite and Open Office to view the file. In Open Office the default encoding does not work but I tried selecting 'Iso-8859-1' instead and then the accents were properly displayed when opening the attachement. I am reopening this bug because the accents should be displayed properly with the default option and both in Open Office and Kwrite. Trunk, Svn Rev 1127799 SVN commit 1128910 by tmcguire: Fix charset in "paste as attachment" action. Simply use UTF-8, other applications deal with that best. Using toLatin1() here was a bug, since that does only work with a few latin characters. BUG: 237277 M +2 -1 kmcomposewin.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1128910 It is corrected now. The accents included in an attachment are properly displayed now. Trunk, Svn Rev 1128989 |