Non-Ascii Characters in Text String????

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steve

    Non-Ascii Characters in Text String????

    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.
  • Thomas 'PointedEars' Lahn

    #2
    Re: Non-Ascii Characters in Text String????

    Steve wrote:[color=blue]
    > 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?[/color]

    My Magic Eight ball says: unlikely.
    [color=blue]
    > Thanks for any input.[/color]

    That's *my* line, I suppose :)

    Besides, your Question Mark key is borken.


    PointedEars

    Comment

    Working...