Re: garbage in man pages

2003-06-26 Thread nyh
Text1On Wed, Jun 25, 2003, Guy Cohen wrote about "garbage in man pages": > I have a problem with reading man pages on redhat8. > some chars are missing and instead I see garbage. > The garbage chars replace mostly the "-" chars infront of options. > > Any one knows what's the problem? Perhaps Red

Re: garbage in man pages

2003-06-25 Thread Guy Cohen
Thanks for all the replies. Here's the solution I chosed to make: edit /etc/man.conf and change NROFF /usr/bin/nroff -c -mandoc to NROFF /usr/bin/groff -Tascii -mandoc Regards Guy On Wed, Jun 25, 2003 at 03:18:17PM +0300, Guy Cohen wrote: > I have a problem with reading man

Re: garbage in man pages

2003-06-25 Thread Beni Cherniavsky
Guy Cohen wrote on 2003-06-25: > I have a problem with reading man pages on redhat8. > some chars are missing and instead I see garbage. > The garbage chars replace mostly the "-" chars infront of options. > > Any one knows what's the problem? > Assuming you use a utf8 locale, man outputs unicode

Re: garbage in man pages

2003-06-25 Thread Herouth Maoz
Quoting Guy Cohen <[EMAIL PROTECTED]>: > I have a problem with reading man pages on redhat8. > some chars are missing and instead I see garbage. > The garbage chars replace mostly the "-" chars infront of options. > LC_CTYPE=en_US solves it. I have a similar problem on Mandrake. I basically alia

Re: garbage in man pages

2003-06-25 Thread Nadav Har'El
On Wed, Jun 25, 2003, Guy Cohen wrote about "garbage in man pages": > I have a problem with reading man pages on redhat8. > some chars are missing and instead I see garbage. > The garbage chars replace mostly the "-" chars infront of options. > > Any one knows what's the problem? Perhaps Redhat t

Re: garbage in man pages

2003-06-25 Thread Alon Altman
On Wed, 25 Jun 2003, Guy Cohen wrote: > I have a problem with reading man pages on redhat8. > some chars are missing and instead I see garbage. > The garbage chars replace mostly the "-" chars infront of options. > > Any one knows what's the problem? > > Thanks You are using man pages in a UTF-8

Re: garbage in man pages

2003-06-25 Thread Gilboa Davara
Set LANG="en_US.UTF-8" in /etc/sysconfig/i18n Gilboa On Wed, 2003-06-25 at 15:18, Guy Cohen wrote: > I have a problem with reading man pages on redhat8. > some chars are missing and instead I see garbage. > The garbage chars replace mostly the "-" chars infront of options. > > Any one knows what