Harald Weis wrote:
> > You could try in your mailcap:
> > text/html; /usr/local/bin/w3m -dump -O UTF-8 -F -T text/html %s; 
> > copiousoutput
>  
> Trial done. No change whatsoever with respect to the accented characters.
> It seems as if mutt hands over ASCII text to w3m, with spaces instead of the
> accented characters.
> 
> What else can I do ?

Sorry, my bad. It's the input encoding that's the problem, not the output
encoding.

This works (tested just now) for me:

text/html; w3m -dump -I %{charset} %s; copiousoutput
-- 
Chris Burdess

Reply via email to