Chmouel Boudjnah <[EMAIL PROTECTED]> writes:

> Buchan Milne <[EMAIL PROTECTED]> writes:
> 
> >     $domain =~ tr/a-z/A-Z/;
> 
> perldoc -f uc ?

we had a pb with uc() because it is too powerful compared to the
simple tr// (using many utf8 libraries)

but i don't remember what we ended up with (seems like we still have
quite a few uc()'s, so it must be ok)

Reply via email to