On Mon, 2006-04-17 at 10:05 +0300, Juhan Ernits wrote:

>   $ echo pqrstu | LC_ALL=et_EE sed -e 's/[a-z]//g'

Is the LC_ALL=C necessary for all the sed invocations, or only the ones
doing an explicit alpha range match?  If it's necessary for all calls,
is it possible to set this once for the script instead of once per
invocation?  That seems like it might be more maintainable, but I'm new
to locale issues, so guidance would be appreciated!

Regards,

Bdale



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

Reply via email to