Get Character Representation of a Unicode value In Java

s1g1

New Member
I want the character representation of a Unicode value in Java.Can this be done ?Some characters (example is the character whose unicode value is \u001b) are not supported in XML. So I am escaping them in the XML by putting the Unicode value '\u001b' and after unmarshalling, I want the character representation of \u001b to displayed.Can this be done in Java ?Suggestions are welcome.
 
Back
Top