On Thu, 6 Jul 2000, Atsuhito Kohda wrote:
> When I read the following mail through
> http://www.flora.org/lynx-dev/html/month072000/msg00023.html
> with lynx (of 2.8.4dev.4 with Slang) on kterm
>
> From: Hataguchi Takeshi <[EMAIL PROTECTED]>
> Subject: Re: lynx-dev lynx2.8.4dev.4
> Date: Wed, 5 Jul 2000 00:09:13 +0900 (JST)
>
> then lynx displays wrong characters as
[snip]
> Is this because lynx does not support JIS code or is there
> some other reason?
It's not Lynx's problem. That's only because MHonArc converted "<" to
"<".
Try
% lynx -source http://www.flora.org/lynx-dev/html/month072000/msg00023.html | sed
-e 's/</</g' > foo.html
% lynx foo.html
# A mime-header "Content-Type:..." may prevent MHonArc from this
# conversion, which I didn't attach.
--
Takeshi Hataguchi
E-mail: [EMAIL PROTECTED]
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]