atmosphere1212
Active member
- Joined
- Aug 31, 2004
- Messages
- 42
Hey,
Im reading in characters of text, one by one, and I want to replace any odd characters of text (above ascii 128) with spaces.
However.. when i use
someInt = myStreamReader.Read
It seems to completely skip over these odd characters.. How can I read these characters?
Im reading in characters of text, one by one, and I want to replace any odd characters of text (above ascii 128) with spaces.
However.. when i use
someInt = myStreamReader.Read
It seems to completely skip over these odd characters.. How can I read these characters?
Last edited by a moderator: