S
Steve
Hello,
I'm running into a problems with a non-ascii "character" in a text
string. Im parsing character by character and all lines end with ascii
13 & 10 (Carriage return & newline). I'm encoding the text (& these
two formating characters) by substituting other characters for them.
After substitutng for them, the new substitutions appear as they
should, however the text still behaves as if there is a either a
carriage return or a new line when the text is displayed.
So is there a non-ascii character at the end of line, that is
remaining somehow and causing this?
Thanks for any input.
I'm running into a problems with a non-ascii "character" in a text
string. Im parsing character by character and all lines end with ascii
13 & 10 (Carriage return & newline). I'm encoding the text (& these
two formating characters) by substituting other characters for them.
After substitutng for them, the new substitutions appear as they
should, however the text still behaves as if there is a either a
carriage return or a new line when the text is displayed.
So is there a non-ascii character at the end of line, that is
remaining somehow and causing this?
Thanks for any input.