Re: [Mutt] #2956: Recipient address broken if containing Š character (UTF-8 code: 0xc5 0xA0)
#2956: Recipient address broken if containing Š character (UTF-8 code: 0xc5
0xA0)
Comment (by phr):
Replying to [comment:9 pdmef]:
> I don't think this is right. The problem is that 0xC5 and 0xA0 are two
bytes and functions like isspace() likely get called for 0xC5 __and__ 0xA0
while looping byte-wise over some input (to e.g. find word boundaries).
Sure it's not the right solution. That's why I called it a "quick fix",
which was meant more as a check if isspace() is the real problem.
--
Ticket URL: <http://dev.mutt.org/trac/ticket/2956#comment:10>