Hi,
I know only part of the problem, but anyway.
Gary Johnson <gjohnson@agilent.com> wrote:
Gary> That partly explains why your tables are different
Gary> from mine. I often pipe the output of 'w3m -dump' to 'less'
Gary> and when I do so, those 0xa0 characters show up as
Gary> "<A0>" in inverse video which is very annoying.
Setting an environment variable LESSCHARSET to `latin1' does
the trick.
for sh, ksh, bash, zsh, ..., users:
$ LESSCHARSET=latin1;export LESSCHARSET
for csh, tcsh, ..., users:
% setenv LESSCHARSET latin1
or both of above, instead:
w3m ... | env LESSCHARSET=latin1 less
I hope this helps some.
-- SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>
This archive was generated by hypermail 2b29 : Wed Jul 19 2000 - 10:30:43 CDT