<<< Date Index >>>     <<< Thread Index >>>

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):

 > I do not set $send_charset. My $charset contains //TRANSLIT, but this
 > one is correct.

 You can simply omit the //TRANSLIT. Any charset is fully convertible into
 UTF-8, so //TRANSLIT is useless here.

 > So technically it invalidates the UTF-8 itself and afterwards more or
 > less encodes the broken subject, I think.

 Yes, that's exactly what's happening. When I "fix" isspace not to
 recognize 0xA0, the subject Test Š is encoded and sent correctly as
 Test =?utf-8?B?xaA=?=

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/2956#comment:17>