Ruslan Ermilov <[EMAIL PROTECTED]> writes: > > For example, this result is right and not the bug (but wrong tr usage): > > > > env LANG=de_DE.ISO8859-1 tr '[a-z]' '[A-Z]' > > vi_zero > > WI_]ERO > Clearly this is a useless construct then.
The correct construct is tr '[:lower:]' '[:upper:]' DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"