Difference between revisions of "StringToken"

Jump to navigation Jump to search
11 bytes removed ,  01:26, 29 February 2008
imported>Speedo
(Deleted incorrect note)
imported>Speedo
Line 12: Line 12:
Code    Character
Code    Character
-1      Empty String
-1      Empty String
-256    /0 (Null Character)
-257    SOH (Start of Heading)
-1310    EOL (End of Line, see Notes)
-1310    EOL (End of Line, see Notes)
</pre>
</pre>
Line 18: Line 20:
<pre>
<pre>
Code    Character
Code    Character
-10      LF (Line Feed)
-32      Space
-32      Space
-33      !
-33      !
Line 24: Line 25:
-35      #
-35      #
...
...
-123    {
-124    |
-124    |
-125    }
-125    }
Line 29: Line 31:
</pre>
</pre>


A full list of ASCII codes can be found [http://www.asciitable.com/ here].  At present Pluggy supports codes only up to -126.
[http://en.wikipedia.org/wiki/ISO_8859-1 Full list of ASCII codes]


==Example==
==Example==
Anonymous user

Navigation menu