flashkid
08-11-2005, 02:59 AM
I want to convert UTF8 characters to Hexadecimal numbers. For example:
if I have a string like:
HI
I want the Hex to be like :
\u0048\u0049
Can this be done?
Thanx
if I have a string like:
HI
I want the Hex to be like :
\u0048\u0049
Can this be done?
Thanx