G
Guest
Hi
I am using the object Stream Reader to read Files. The method ReadLine()
does not read the character ñ o Ñ.
What Can i do?
Helpme please
thanks
Macisu
It does not work
StreamReader sFile = new StreamReader(ASCIIEncoding.ASCII);
byte[] bytes =
System.Text.Encoding.ASCII.Getbytes(sFile.ReadLineToCharArray());
s=System.text.Encoding.ASII.GetString(bytes);
s is wrong,
Ideas?
I am using the object Stream Reader to read Files. The method ReadLine()
does not read the character ñ o Ñ.
What Can i do?
Helpme please
thanks
Macisu
It does not work
StreamReader sFile = new StreamReader(ASCIIEncoding.ASCII);
byte[] bytes =
System.Text.Encoding.ASCII.Getbytes(sFile.ReadLineToCharArray());
s=System.text.Encoding.ASII.GetString(bytes);
s is wrong,
Ideas?