Originally posted by Cindy Glass:
Post the code that you used to play with the unicode.
You can take the example of simply using the statement:
System.Out.println(arg[1]);
where arg[1] represents a command line agrument. If you put in an extended ASCII character here, it will not display it correctly (at least on my system).
------------------
Manish.