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.