Summary: | Knode trashes articles when using UTF-16 encoding | ||
---|---|---|---|
Product: | [Unmaintained] knode | Reporter: | Michael Schmarck <michael.schmarck> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Michael Schmarck
2008-08-04 13:55:19 UTC
Oh, another interesting side effect: In the From, there's my full real name and an e-mailadress of mine. For this one article, Knode does not display my full realname in the "thread browser" (upper right hand side of the Knode window). Instead, it just displays "Michael". Hello Michael, I just did the same test as you (actually I reply to your test message) and I admit it was weird, but I think the result was ok. I says it's ok because the body of the sent message was really the UTF-16 body that was send ; and knode read it. Please note that the view source option decodes the message as a full us-ascii message, and because you sent the message with a 8bit transfer encoding, this is why you only garbage there. Anyways, I'm still unsure if it's a bug and what would be the bug here. Sending UTF-16 is a really strange idea. As for the header view where only "Mickeal" was shown, I suspect this is a problem on the server side. PS : I did the test with a pre-KDE 4.3 release. SVN commit 1009796 by otrichet: List of available charsets encoding: - remove invalid charsets (without encoder/decoder) and UTF-16 (bug #168327) - display description along charset name in every list of charsets BUG: 168327 M +7 -2 articlewidget.cpp M +11 -7 kncomposer.cpp M +6 -4 knconfigwidgets.cpp M +5 -4 kngrouppropdlg.cpp M +3 -2 tests/knodetest.cpp M +30 -4 utils/locale.cpp M +12 -0 utils/locale.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1009796 |