X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <4D7A3FB8.3050004@tundraware.com> References: <4D7A3FB8 DOT 3050004 AT tundraware DOT com> Date: Fri, 11 Mar 2011 16:34:27 +0100 Message-ID: Subject: Re: 'tr' Bug From: marco atzeri To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Fri, Mar 11, 2011 at 4:28 PM, Tim Daneliuk wrote: > echo /opt/IBN/df | tr [A-Z] [a-z] > > produces: > > =A0 /opt/xxx/df > > not: > > =A0 /opt/ibn/df > > Both Linux and FreeBSD produce correct results. =A0Is this a known > 'tr' bug? > > -- > ------------------------------------------------------------------------ > Tim Daneliuk I guess no: $ echo /opt/IBN/df | tr [A-Z] [a-z] /opt/ibn/df $ uname -a CYGWIN_NT-5.1 1.7.8(0.236/5/3) 2011-03-01 09:36 i686 Cygwin $ set |grep LANG LANG=3DC.UTF-8 Marco -- 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