Re: Documentation - I see squares

1997-03-05 Thread Ioannis Tambouras
The more(1) pager produces correct results when 8-bit characters are send to the screen. The less(1) pager fails to do so with its default configuration: I used "setenv LESSCHARSET latin1" to get around this problem. Ioannis Tambouras [EMAIL PROTECTED], West Palm Beach, Florida Signed pgp

Re: Documentation - I see squares

1997-03-03 Thread Robert D. Hilliard
A few manpages are formatted in a style that less doesn't completely clean up. Most seems to handle these a little better. Most detects and unzips gzip'd documents automatically. Bob At 05:50 PM 3/2/97 -0500, "Susan G. Kleinmann" <[EMAIL PROTECTED]> wrote: >> In a lot of man pages, and som

Re: Documentation - I see squares

1997-03-03 Thread Ronald van Loon
|"> export MANPAGER=/usr/bin/less |"> |"> (Of course, this only works if you have the 'less' package installed.) |"> |"> If it works for you, then you might want to put this line into your |"> .bashrc or whatever startup script you use. |"> |"> If the problem is that the documents you're lo

Re: Documentation - I see squares

1997-03-03 Thread Carey Evans
Raja R Harinath <[EMAIL PROTECTED]> writes: > John Foster <[EMAIL PROTECTED]> writes: [snip] > You're reading an ISO-8859-1 (8-bit) document with `less' in it's 7-bit > mode. [snip] > In either case, your display has to support 8-bit characters, and show > them meaningfully. `xterm' can handl

Re: Documentation - I see squares

1997-03-03 Thread Jason Gunthorpe
On Mon, 3 Mar 1997, John Foster wrote: > I don't think that's the problem, less is my PAGER, and I know about zcat. > Most of the text is quite readable. The little squares are often where I'd > expect an apostrophe to be, and some of the funny codes are for > example. It looks like a bit of hex.

Re: Documentation - I see squares

1997-03-03 Thread Paul Serice
> I don't think that's the problem, less is my PAGER, and I know about zcat. > Most of the text is quite readable. The little squares are often where I'd > expect an apostrophe to be, and some of the funny codes are for > example. It looks like a bit of hex. Try adding export LESSCHARSET='lati

Re: Documentation - I see squares

1997-03-03 Thread Ioannis Tambouras
It might have to do with striping the 8th bit of a byte before it gets displayed on the terminal. For man, try the -7 option . That might not help you at all, but since the other responses from the list has not fix your problem yet, that is what I would investigate until a better suggestion ar

Re: Documentation - I see squares

1997-03-03 Thread Raja R Harinath
John Foster <[EMAIL PROTECTED]> writes: >>> In a lot of man pages, and some of the documentation in /usr/doc >>> there are there little squares or cryptic <$%^> thingees. I guess >>> that there's something I've missed somewhere... >>> >>> What have/haven't I done? >> >> On the assumption that you

Re: Documentation - I see squares

1997-03-03 Thread John Foster
> > In a lot of man pages, and some of the documentation in /usr/doc there are > > there little squares or cryptic <$%^> thingees. I guess that there's > > something I've missed somewhere... > > > > What have/haven't I done? > > On the assumption that you ran into some highlighting or underlining

Re: Documentation - I see squares

1997-03-02 Thread Susan G. Kleinmann
> In a lot of man pages, and some of the documentation in /usr/doc there are > there little squares or cryptic <$%^> thingees. I guess that there's > something I've missed somewhere... > > What have/haven't I done? On the assumption that you ran into some highlighting or underlining markup, then