nmh-workers
[Top][All Lists]
Advanced

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

Re: [Nmh-workers] Maybe time for a new release?


From: Ken Hornstein
Subject: Re: [Nmh-workers] Maybe time for a new release?
Date: Thu, 10 Mar 2016 14:29:40 -0500

>How do I translate, to utf-8, all parts of a message,
>which can be reasonably translated to utf-8? The first such part?

David gave you a good answer, but to expand on it a bit ...

Since not all Unicode codepoints are guaranteed to be represented as
UTF-8 in text/html, you can't really convert character sets without parsing
HTML (it's not clear to me if the HTML character encoding is windows-1252
what exactly happens with something like €, just to give an example).
So at a basic level, the safest thing to do is only deal with text/plain.
I was under the impression that most users of mhfixmsg really only want
text/plain anyway.  And while it is possible to have multiple text/plain
parts, I think email has devolved enough that really, in practice, you're
only getting one text/plain part at the beginning.  So I think the current
behavior of mhfixmsg only performing character conversion on text/plain
is perfectly reasonable.

--Ken



reply via email to

[Prev in Thread] Current Thread [Next in Thread]