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.
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to