From kmail-devel Fri Feb 01 22:36:24 2002 From: Waldo Bastian Date: Fri, 01 Feb 2002 22:36:24 +0000 To: kmail-devel Subject: Re: kmail under Solaris and Linux X-MARC-Message: https://marc.info/?l=kmail-devel&m=101260312215380 On Thursday 31 January 2002 11:02 pm, Michael H=E4ckel wrote: > BTW: At one place we do already byte swapping, because the byte order i= n a > QString changed between Qt2 and Qt3 at least on Linux. But this code is > only called, for the few headers that are actually displayed and not wh= en > just reading the index file. I still don't know, if index files on Sola= ris > are now compatible between KDE 2.2 and KDE 3 or not. I don't think so, because Qt2 used network ordering (MSB first) on linux/= unix.=20 and Qt3 uses host ordering. Host ordering is LSB first on Intel, but MSB=20 first on Sparc, so for the Sparc there was no change between Qt2 and Qt3,= yet=20 KMail swaps them there as well... Will fix... Cheers, Waldo --=20 bastian@kde.org | SuSE Labs KDE Developer | bastian@suse.com _______________________________________________ kmail Developers mailing list kmail@mail.kde.org http://mail.kde.org/mailman/listinfo/kmail