Package: lynx-cur Version: 2.8.6-15 Severity: wishlist What must one do to get lynx to convert the character entities in http://ehp.niehs.nih.gov/cehp/docs/2005/113-1c/toc.html to raw characters and send them to the terminal? -raw doesn't help.
OK, I was finally able to prepare it for a big5 PDA: wwwoffle -o http://ehp.niehs.nih.gov/cehp/docs/2005/113-1c/toc.html|\ perl -pwe 'use HTML::Entities;$_=decode_entities($_);\ s/gb2312/big5/'|iconv -f utf-8 -t gb2312 -c|\ iconv -f gb2312 -t big5 -c > file.html We note the two iconv steps probably due to thier non complete mapping which I recall telling them. Also there is in fact no gb2312 in the original file. Anyway, one must use HTML::Entities, as lynx is uncooperative. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]