At Sat, 18 Jun 2005 00:52:13 +0200,
Denis Barbier wrote:
> This patch prepends LC_ALL=C to locale-dependent commands.
> With et_EE locale, z is sorted after s, so it is not the last letter:
>   $ echo pqrstuvwxyz | LC_ALL=C sed -e 's/[a-z]//g'
> 
>   $ echo pqrstuvwxyz | LC_ALL=et_EE sed -e 's/[a-z]//g'
>   tuvwxy

Thanks as usual, I put your fix to svn.

Regards,
-- gotom


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to