mhonarc-users

Re: Unrecognized character set: windows-1252

2000-11-28 00:15:44
On November 27, 2000 at 15:23, Robert Hsiung wrote:

I'm new to MHonArc. Like others, I've been getting these errors:

      Warning: Unrecognized character set: windows-1252
...
<CharsetConverters>
windows-1252;   iso_8859::str2sgml;     iso8859.pl
</CharsetConverters>

http://www.xray.mpe.mpg.de/mailing-lists/mhonarc/2000-06/msg00002.html

didn't work, and that's what I would've tried (maybe without the 
spaces).

Looking at mhtxtplain.pl, it appears the text/plain filter only
keys off the CharsetConverters for "-decode-" charsets (note:
CharsetConverters are used for non-ASCII encoded data in message
headers).

All other sets it does its own internal checks.  The filter should
probably be changed to key completely off CharsetConverters.
I cannot remember the initial reason why I did not do that way
in the first place.

In the mean time, you can comment out the warning statement from
mhtxtplain.pl.

--ewh

<Prev in Thread] Current Thread [Next in Thread>