perl-unicode

Case Conversion (a to A ) in UTF

2001-08-16 10:27:36
Hi there,

I need to convert lowercase character a to A . Is there any function in perl
by which i can achieve this ?
I tried uc but it does not convert a . this is because its an UTF character
and perl preocess it in UTF format.
I am not able to convert it to uppercase by any means. The OS i'm working on
is sun-solaris.

Thanks in advance.

Ashutosh Sangle.