[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#405867: Debian patch breaks some headers with accents



Package: kdepim
Version: 4:3.5.5.dfsg.1-2
Severity: normal

Since version 4:3.5.5.dfsg.1-2  kmail stopped treating correctly my name in 
the header. The last à in my last name is lost (strangely enough if I write 
it not in the last position of my name in the profile it works without 
problem). Prior to that version it worked without problem. I suspect the 
culprit is
 18_optimize_splitAddressInternal.diff
more concretely the last lines:

++  displayName = dName.stripWhiteSpace().local8Bit();
++  comment = cmmt.stripWhiteSpace().local8Bit();
++  addrSpec = aSpec.stripWhiteSpace().local8Bit();

shouldn't they be

++  displayName = dName.stripWhiteSpace();
++  comment = cmmt.stripWhiteSpace();
++  addrSpec = aSpec.stripWhiteSpace();

Regards,
Quim



Reply to: