[Bug 188950] Re: kmail composer uses wrong name for ibm866 charset
Sergei Ivanov
svivanov at pdmi.ras.ru
Wed Oct 29 00:50:43 UTC 2008
On Wednesday 29 October 2008, Richard Birnie wrote:
> I still haven't managed to reproduce this. KDE3.5.10 has now been
> released. Does this problem still occur for you?
>
Yes, it still inserts a space when I add "ibm866" in Settings->Composer->Charset,
and it this space can occur in the outgoing mail.
I am pretty sure that this bug is in QT. I have libqt3-mt version 3.3.8-b-0ubuntu3
installed at the moment, you may have some better version.
Back then, I grepped the sources for "ibm 866" with a space and found an occurence
in some table within QT sources but nowhere in KDE. I even made a patch (see below)
and I think it worked then. Then I forgot about it, and then some apt-get upgrade
killed it (sigh)... Sorry for not reporting this fact until now.
--- qt-x11-free-3.3.8really3.3.7/src/codecs/qtextcodec.cpp.-space
+++ qt-x11-free-3.3.8really3.3.7/src/codecs/qtextcodec.cpp
@@ -1971,7 +1971,7 @@
0x0E48, 0x0E49, 0x0E4A, 0x0E4B, 0x0E4C, 0x0E4D, 0x0E4E, 0x0E4F,
0x0E50, 0x0E51, 0x0E52, 0x0E53, 0x0E54, 0x0E55, 0x0E56, 0x0E57,
0x0E58, 0x0E59, 0x0E5A, 0x0E5B, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD} },
- { "IBM 866", "IBM 866", 2086,
+ { "IBM866", "IBM 866", 2086,
{ 0x0410, 0x0411, 0x0412, 0x0413, 0x0414, 0x0415, 0x0416, 0x0417,
0x0418, 0x0419, 0x041A, 0x041B, 0x041C, 0x041D, 0x041E, 0x041F,
0x0420, 0x0421, 0x0422, 0x0423, 0x0424, 0x0425, 0x0426, 0x0427,
--
kmail composer uses wrong name for ibm866 charset
https://bugs.launchpad.net/bugs/188950
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdepim in ubuntu.
More information about the kubuntu-bugs
mailing list