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

Bug#405867: Debian patch breaks some headers with accents



On Saturday 06 January 2007 23:53, Joaquim Ortega-Cerd wrote:
> 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();

eh? local8Bit() ?  isn't it latin1() ?
it is how it should be according to upstream bug:
http://bugs.kde.org/show_bug.cgi?id=137033

/Sune

> shouldn't they be
>
> ++  displayName = dName.stripWhiteSpace();
> ++  comment = cmmt.stripWhiteSpace();
> ++  addrSpec = aSpec.stripWhiteSpace();
>
> Regards,
> Quim

-- 
I cannot explore the sendmail, how does it work?

You should never mount a hard disk for connecting the computer to a AT X GPU 
of a icon of the IDE back-end.

Attachment: pgpSNtpUSosJk.pgp
Description: PGP signature


Reply to: