This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Getting characters to display properly in Cygwin/RXVT/man pages


On 27.04.2010 17:45, Bengt Larsson wrote:
Andrew DeFaria wrote:
When running a bash shell in rxvt and doing a man page I get weird
characters in man pages especially around the often used "-" character.
I've read about a few solutions, most revolving around UTF-8 and less
and none of them fixing the problem totally. How do I set up rxvt such
that man pages work?
alias man='LANG=C.ISO-8859-1 /bin/man'
Additional options:

   * Update groff (with setup.exe) for a man page fix.
   * alias rxvt="LANG=C /bin/rxvt"
   * alias rxvt=urxvt
   * alias rxvt=mintty


-- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]