F
Fritz Foetzl
[snip]
....and the OP appreciates it. This has been a lively, stimulating
discussion - better than I anticipated. The difference between
character I/O and internal processing is important, and I've learned
much from reading this thread. Thanks to all who have responded!
ff
The OP (to whom I was responding) was asking an important question
about a fundamental difference between the languages that he was
accustomed to and Java. Languages like C process characters internally
in 'native' form with no translation during I/O, while Java processes
characters internally in Unicode and translates during I/O. This
difference trips up a LOT of beginning Java programmers, and I felt
that it was worthwhile to be explicit about what was going on.
....and the OP appreciates it. This has been a lively, stimulating
discussion - better than I anticipated. The difference between
character I/O and internal processing is important, and I've learned
much from reading this thread. Thanks to all who have responded!
ff