On Tue, Oct 05, 2010 at 04:16:29PM -0400, Ed Blackman wrote:
> In the display, I'll see "? ? ? ? * Track your shipment".  If I pipe
> the part being displayed to "od -a", I see runs of spaces where the
> display shows alternating question marks and spaces:

The -a transforms the data in the sense that it ignores the high order
bit of the character -- so what you're seeing may not actually be
what's in the data.  Try od -ba, and wherever you see spaces, see if
the octal byte matches the ASCII code for a space (040).  If they
don't, the problem is most likely that the e-mail contains
non-iso-8859-1 characters, and Mutt can't figure out how to display
them.

Failing that, there's a good chance that there's something wrong with
ME's patch, in which case you should post to the dev list, not here.

-- 
Derek D. Martin    http://www.pizzashack.org/   GPG Key ID: 0xDFBEAD02
-=-=-=-=-
This message is posted from an invalid address.  Replying to it will result in
undeliverable mail due to spam prevention.  Sorry for the inconvenience.

Attachment: pgpVYvkzP3W8n.pgp
Description: PGP signature

Reply via email to