X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 	tests=BAYES_00,TW_RX
X-Spam-Check-By: sourceware.org
From: Bengt Larsson <lists.cygwin2@bengtl.net>
To: cygwin@cygwin.com
Subject: Re: Getting characters to display properly in Cygwin/RXVT/man pages
Date: Tue, 27 Apr 2010 17:45:49 +0200
Message-ID: <ti1et51777l9dlcuk4fhlo87cn5rl8svvg@4ax.com>
References: <hr6vd7$m95$1@dough.gmane.org>
In-Reply-To: <hr6vd7$m95$1@dough.gmane.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

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'

--
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

