I know this: Unicode representation of a character is indicated by a leading "\u" followed by a four digit hexidecimal number. I know the range for characters is \u000 through \uffff. What else do I need to know about Unicode for the exam? [ April 23, 2002: Message edited by: Joshua White ]
Hello Joshua, The reading of JLS 3 gives information about the use of Unicode in Java. Especially sections 1, 2, 3 , 10.4, 10.5 and 10.6 I think the most interesting thing to do is using the search engine to see others questions on the topic. And I will help with any concrete doubt in the JLS or posts. [ April 23, 2002: Message edited by: Jose Botella ] [ April 23, 2002: Message edited by: Jose Botella ]
SCJP2. Please Indent your code using UBB Code
Jose Botella
Ranch Hand
Joined: Jul 03, 2001
Posts: 2120
posted
0
This is a program that shows several points regarding Unicode in JLS 3