Character ch = new Character('\u00C3');
char prim = ch.charValue();
System.out.println(prim);
Something I just learned how to do after a quick look up in the Character class documentation. I'm sure if you read some stuff yourself and try some things out, you'll find many more useful methods.
http://java.sun.com/j2se/1.5.0/docs/...Character.html Last edited by BestJewSinceJC; Oct 21st, 2009 at 11:37 pm.
Reputation Points: 874
Solved Threads: 352
Posting Maven
Offline 2,758 posts
since Sep 2008