From owner-freebsd-hackers@FreeBSD.ORG Sat Sep 3 11:30:16 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2569A16A41F for ; Sat, 3 Sep 2005 11:30:16 +0000 (GMT) (envelope-from andrea@acampi.inet.it) Received: from acampi.inet.it (acampi.inet.it [213.92.1.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A96543D55 for ; Sat, 3 Sep 2005 11:30:15 +0000 (GMT) (envelope-from andrea@acampi.inet.it) Received: by acampi.inet.it (Postfix, from userid 1000) id D97264B; Sat, 3 Sep 2005 13:30:14 +0200 (CEST) Resent-From: andrea@webcom.it Resent-Date: Sat, 3 Sep 2005 13:30:14 +0200 Resent-Message-ID: <20050903113014.GM36768@webcom.it> Resent-To: freebsd-hackers@freebsd.org Date: Sat, 3 Sep 2005 13:27:41 +0200 From: Andrea Campi To: Rein Kadastik Message-ID: <20050903112741.GL36768@webcom.it> References: <43196C96.6040504@uninet.ee> <20050903101800.GA77285@cirb503493.alcatel.com.au> <43198251.6070606@uninet.ee> <43198354.3000402@uninet.ee> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43198354.3000402@uninet.ee> User-Agent: Mutt/1.5.9i Cc: freebsd-hackers@freebsd.org Subject: Re: sed not working X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2005 11:30:16 -0000 On Sat, Sep 03, 2005 at 02:04:52PM +0300, Rein Kadastik wrote: > Well I have one guess here. In estonian alphabet, the z comes > immediately after s and before t. So as the regex orders [a-z] the > characters t, u, v, w, x, y are left out That's expected, and it's well known. You should either force LANG=C or (MUCH better) use [[:alpha:]]. See man re_format(7) for more info. Oh, and by the way: this has nothing to do with hackers@, you should have tried questions@ first. Bye, Andrea -- Press every key to continue.