G
Guest
I am reading in a file line by line using a stream reader. When it hits a
record that has the following character: É, it drops that position out of
the stream entirely. I beleive, according to asciitable.com, that the É is
an extended ascii character (144.) Does anyone know why the streamreader
drops this character from a line when it's reading it and if there is a
possible workaround?
record that has the following character: É, it drops that position out of
the stream entirely. I beleive, according to asciitable.com, that the É is
an extended ascii character (144.) Does anyone know why the streamreader
drops this character from a line when it's reading it and if there is a
possible workaround?