+ etx
authorfm
Fri, 02 Mar 2007 12:47:08 +0100
changeset 10428 2ccb1fbb54f4
parent 10427 4ced2ddca6fb
child 10429 cad3e5afc906
+ etx
Character.st
--- a/Character.st	Thu Mar 01 20:28:34 2007 +0100
+++ b/Character.st	Fri Mar 02 12:47:08 2007 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 Magnitude subclass:#Character
@@ -368,6 +367,14 @@
     ^ Character value:27
 !
 
+etx
+    "return the end-of-text character"
+
+    ^ Character value:3
+
+    "Created: / 02-03-2007 / 12:46:42 / User"
+!
+
 euro
     "The Euro currency sign (notice: not all fonts support it).
      Thats the ascii-character code; the Unicode encoding is 0x8364"
@@ -542,6 +549,7 @@
     "
 ! !
 
+
 !Character methodsFor:'Compatibility-Dolphin'!
 
 isAlphaNumeric
@@ -1426,6 +1434,7 @@
     "
 ! !
 
+
 !Character methodsFor:'obsolete'!
 
 asciiValue
@@ -2738,5 +2747,5 @@
 !Character class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Character.st,v 1.128 2006-08-23 14:06:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Character.st,v 1.129 2007-03-02 11:47:08 fm Exp $'
 ! !