lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] BRF charset support


From: Henry Nelson
Subject: Re: [Lynx-dev] BRF charset support
Date: Mon, 11 Dec 2006 21:16:29 +0900
User-agent: Mutt/1.5.13 (2006-08-11)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]