grotty:<standard input>:5: character above first line discarded
Current lynx mailcap entry doesn't take info on charset of the
document when it is possible. It leads to weird results when
charset is specified only in MIME message headers, and not in the
html file itself.
Better strings could be:
text/html; /usr/bin/lynx -dump -force_html %s -display_charset "`locale charmap`" -assume_charset %{charset}; copiousoutput; description=HTML Text; nametemplate=%s.html
text/html; /usr/bin/lynx -force_html %s -assume_charset %{charset}; needsterminal; description=HTML Text; nametemplate=%s.html
grotty:<standard input>:5: character above first line discarded
Also note, that option LOCALE_CHARSET:TRUE would be better than
-display_charset "`locale charset`", but i didn't found it in
command line parameters of lynx, and it is not turned on by de-
fault, unfortunately.