Date: Sat, 3 Sep 2005 13:27:41 +0200 From: Andrea Campi <andrea+freebsd_hackers@webcom.it> To: Rein Kadastik <wigry@uninet.ee> Cc: freebsd-hackers@freebsd.org Subject: Re: sed not working Message-ID: <20050903112741.GL36768@webcom.it> Resent-Message-ID: <20050903113014.GM36768@webcom.it> In-Reply-To: <43198354.3000402@uninet.ee> References: <43196C96.6040504@uninet.ee> <20050903101800.GA77285@cirb503493.alcatel.com.au> <43198251.6070606@uninet.ee> <43198354.3000402@uninet.ee>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050903112741.GL36768>