https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r782964 | vkrause | 2008-03-06 18:31:59 +0100 (Thu, 06 Mar 2008) | 7 lines
Fix corruption of binary attachments introduced in revision 771698.
The actual problem here is that EncodingDetector::decode(_const_ QByteArray &data)
replaces all 0x00 bytes in data with 0x20 although being const.
CCMAIL: ahartmetz@gmail.com
........
r783567 | ahartmetz | 2008-03-08 19:21:35 +0100 (Sat, 08 Mar 2008) | 1 line
Remove some of the weirder methods of EncodingDetector and make the one method public that we actually want: analyze(). analyze() also does not alter its input...
........
r783847 | ahartmetz | 2008-03-09 20:22:17 +0100 (Sun, 09 Mar 2008) | 1 line
fix return value of scriptForLanguageCode() if the language code is unknown
........
svn path=/branches/KDE/3.5/kdepim/; revision=784040