>The input is the String ['\','u','X','X','X','X'], and I would like to
>determine which unicode character it is. How do I do that?
throw away the first two chars. Treat the last 4 has a hex string.
convert from String to int to char.
see http://mindprod.com/jgloss/hex.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.