Weird locale troubles (?!)

Andrey Chernov ache at nagual.pp.ru
Tue Jan 27 01:48:06 PST 2004


On Tue, Jan 27, 2004 at 10:38:25AM +0100, Pav Lucistnik wrote:
> I asked on exactly this same "feature" few months again, and I was told
> that it's illegal to abuse `tr a-z A-Z` to do uppercase conversion.
> So just rewrote your script to use use awk toupper() ...

You can use
	tr "[:lower:]" "[:upper:]"
to do it in the right way.

-- 
Andrey Chernov | http://ache.pp.ru/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 305 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20040127/522c3eea/attachment-0001.bin


More information about the freebsd-current mailing list