Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
I need to parse an incoming string using : i.e. low order control characters are char mychar = (char)0x04; I think that I'm missing the point, should I use Unicode ? Every low order control char is a , can I display a low order control character ?; Can I use the StringTokeniser class to parse an incoming byte array containing low order control chars ? Thanks in anticipation Replies:
|
Sponsored Links
|