eakin
Jun 1st, 2010, 06:54 AM
Hi I need to convert a hex string in UTF-16 to a hex string in UTF-8
i.e
String input ="0x0630"; //ARABIC LETTER THAL
I want the output to be a hex representation of the same charcter in UTF-8.
Does anyone know the java code to do this?
i.e
String input ="0x0630"; //ARABIC LETTER THAL
I want the output to be a hex representation of the same charcter in UTF-8.
Does anyone know the java code to do this?