| Author |
how to output all char value?
|
dx wu
Ranch Hand
Joined: Apr 28, 2002
Posts: 60
|
|
I design following code to output all char value,but it output a lot of symbol ?
|
good good study , day day up!
|
 |
Barry Gaunt
Ranch Hand
Joined: Aug 03, 2002
Posts: 7729
|
|
That's because most of the char values are symbols. You will only see them properly if you output them to a suitable device using a suitable device driver. Some are control characters like escape, carriage-control, linefeed, et c. and some of them do not have a visible effect - for example BEL. [ October 01, 2004: Message edited by: Barry Gaunt ]
|
Ask a Meaningful Question and HowToAskQuestionsOnJavaRanch
Getting someone to think and try something out is much more useful than just telling them the answer.
|
 |
 |
|
|
subject: how to output all char value?
|
|
|