On April 25, 2002 at 12:28, Wilhelm Alm wrote: > Hello Robert, > > RH> At 9:19 AM -0700 4/24/02, Paul Hoffman wrote: > > >>Has anyone added any character set definitions to their .mrcs? Here > >>is the list of ones that I have added so I don't get the warnings, > >>but I'd be interested if someone has better values for any of them. > > I have 1 member of the list with messages with: > > Subject: [mylist] =?ISO-8859-15?B?UmU6IFtpLXdvcmtlcl0gSW5mb3JtYXRpb25lbiD8YmV > yIDNkLURhdGVp?= > =?ISO-8859-15?B?Zm9ybWF0ZQ==?= > > Is this discussion about how to tell mhonarch to reencode such strings back i > nto normal > HTML??
I added support in v2.5.3 for converting ISO-8859-15, but I forgot to add it to the default CHARSETCONVERTERS resource. So, if you are using v2.5.3, you can add the following to your resource file to get ISO-8859-15 conversion: <CharsetConverters> iso-8859-15; MHonArc::CharEnt::str2sgml; MHonArc/CharEnt.pm </CharsetConverters> --ewh