From owner-freebsd-questions@FreeBSD.ORG Fri May 7 04:08:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 450F116A4CE for ; Fri, 7 May 2004 04:08:47 -0700 (PDT) Received: from www.kukulies.org (www.kukulies.org [213.146.112.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4650443D48 for ; Fri, 7 May 2004 04:08:46 -0700 (PDT) (envelope-from kuku@www.kukulies.org) Received: from www.kukulies.org (localhost [127.0.0.1]) by www.kukulies.org (8.12.10/8.12.10) with ESMTP id i47B8hIj048999; Fri, 7 May 2004 13:08:43 +0200 (CEST) (envelope-from kuku@www.kukulies.org) Received: (from kuku@localhost) by www.kukulies.org (8.12.10/8.12.10/Submit) id i47B8fLO048994; Fri, 7 May 2004 13:08:41 +0200 (CEST) (envelope-from kuku) Date: Fri, 7 May 2004 13:08:41 +0200 From: "Christoph P. Kukulies" To: vxla@nxio.us Message-ID: <20040507110841.GA48880@kukulies.org> References: <200405070853.i478r1UM048075@www.kukulies.org> <20040507085725.GN29022@catastrophe.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040507085725.GN29022@catastrophe.net> User-Agent: Mutt/1.4.1i cc: Christoph Kukulies cc: questions@freebsd.org Subject: Re: tr A-Z a-z X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 May 2004 11:08:47 -0000 On Fri, May 07, 2004 at 03:57:25AM -0500, vxla@nxio.us wrote: > On Fri, 2004-05-07 at 10:53:01 +0200, Christoph Kukulies proclaimed... > > > Strange: I was used to do upper case lower case conversion always like this > > and it suddenly doesn't work anymore: > > > > $ echo Z | tr "[A-Z]" "[a-z]" > > Works fine for me. However, maybe this would help? > > echo Z | tr [:upper:] [:lower:] Yes, that's how I also worked around it but it is dissatisfying :-) $LANG=en_US.ISO_8859-1 $LOCALE= $SHELL=/bin/sh stty -a speed 9600 baud; 36 rows; 80 columns; lflags: icanon isig iexten echo echoe echok echoke -echonl echoctl -echoprt -altwerase -noflsh -tostop -flusho -pendin -nokerninfo -extproc iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel -ignbrk brkint -inpck -ignpar -parmrk oflags: opost onlcr -ocrnl -oxtabs -onocr -onlret cflags: cread cs7 -parenb -parodd hupcl -clocal -cstopb -crtscts -dsrflow -dtrflow -mdmbuf cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = ; eol2 = ; erase = ^?; erase2 = ^H; intr = ^C; kill = ^U; lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T; stop = ^S; susp = ^Z; time = 0; werase = ^W; FreeBSD-5.2.1 as well a half year old 5.2-current -- Chris Christoph P. U. Kukulies kuku_at_kukulies.org