Unicode to hex conversion
807607Nov 13 2006 — edited Nov 13 2006Hi friends,
I have unicode string and in want to change it to hex representation. for e.g.
String unicodemsg="इंजीनियर";
I want to change it on the format as
String hexmsg="\u0907\u0902\u091c\u0940\u0928\u093f\u092f\u0930";
Please help me.
Thanks and Regards
Ram