X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 	tests=AWL,BAYES_00
X-Spam-Check-By: sourceware.org
Message-ID: <4B35909E.3000805@cs.umass.edu>
Date: Fri, 25 Dec 2009 23:27:10 -0500
From: Eliot Moss <moss@cs.umass.edu>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: putty isn't displaying correctly with 1.7
References: <4B3589F6.27914.8F86503@wess.acegroup.cc>
In-Reply-To: <4B3589F6.27914.8F86503@wess.acegroup.cc>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
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

On 12/25/2009 10:58 PM, Wes S wrote:
> Below is excerpt from man file on touch.  Highlighted text is showing
> strange characters when I use putty to ssh in.  It was working fine
> before the 1.7 upgrade.
>
> How do I fix this?
>
> Thanks,
>
> Wes
>
>
>         âd, ââdate=STRING
>                parse STRING and use it instead of current time
>
>         âf     (ignored)
>
>         âm     change only the modification time
>
>         âr, ââreference=FILE
>                use this fileâs times instead of current time
>
>         ât STAMP
>                use [[CC]YY]MMDDhhmm[.ss] instead of current time
>
>         ââtime=WORD
>                change the specified time: WORD is access, atime, or use: equivâ
>                alent to âa WORD is modify or mtime: equivalent to âm
>
>         ââhelp display this help and exit

Those look like "international" characters to me, i.e., UTF or some
such. man (actually, the formatting tool behind it) likes to generate
these for hyphens. In the past, we had LANG=C and it had no choice;
now with LANG=en_US.UTF-8 or LANG=C.UTF-8 it generates them. While
it is somewhat brain-damaged to do so, I found the "fix" to be to
set LANG=C .... YMMV -- Eliot Moss

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

