Hi all !
I'm reading a file, I read only one byte each
time,
and then I wart to print it as a char , all I'm
doing at the moment is :
out.print ( (char)input_char ); where
input_char is what I've read from the file.
It seems to work well, except when I have
characters like á,ó,º, etc...
(anything with accents, but using the 'edit'
from DOS these chars appears well)
Should I do any conversion ?
and if I should, does any one know how can I do
it ?
Thank to all in advance !
Xavier.
