On Wed, Jul 19, 2000 at 12:23:34PM +0200, Thomas Roessler wrote:
> On 2000-07-18 11:54:41 -0600, Benjamin Korvemaker wrote:
> 
> > The only significant difference I've found in
> > configurations is that my Solaris version has
> > +HAVE_LANGINFO_CODESET and the Linux version has
> > -HAVE_LANGINFO_CODESET
> 
> Try explicitly setting the $charset configuration variable
> on the Solaris machine.

Ok..
The message I'm testing with has
        Content-Type: text/plain

On the Solaris version (which displays the umlautes and stuff correctly)
        :set charset="iso-8859-1"
makes some chars appear as question marks.

Changing the Content-Type to
        Content-Type: text/plain; charset=iso-8859-1
makes the chars display correctly again.

On the Linux version, the text/plain (original) message shows up as '?' and
the text/plain; charset=iso-8859-1 (modified) message shows up with \363
and \355 type things.

Setting the charset explicitly makes no difference.

Ben
-- 
Benjamin Korvemaker             There are two ways to write error-free
[EMAIL PROTECTED]           programs; only the third one works.

Reply via email to