On Mon, Dec 11, 2006 at 02:33:31AM +0100, Samuel Thibault wrote:
> Just print unicode 0x28xy characters, as iconv -f BRF -t UTF-8 will
> output for instance.

If this is all you want/need, I think you could do it with a PRINTER
define in lynx.cfg.  _Maybe_ something like:
"PRINTER:Convert brf to utf-8:iconv -f brf -t utf-8 < %s:FALSE".

A pseudoproxy (has to be an environment variable) using a lynxcgi script
that calls iconv should also work.  I do this to convert sjis to euc-jp,
which is a similar kind of operation.

__Henry

  "Using Lynx is like wearing a really good pair of shades: cuts out
   the glare and harmful UV (ultra-vanity), and you feel so-o-o COOL."
                                         -- me, March 1999


_______________________________________________
Lynx-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to