#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sun, 12 Nov 2017 11:47:39 +0100
changeset 22340 08aa4efd5869
parent 22339 c3ec01dc8cd4
child 22341 8650acafad1a
#DOCUMENTATION by cg class: CharacterEncoderImplementations::ASCII class comment/format in: #documentation
CharacterEncoderImplementations__ASCII.st
--- a/CharacterEncoderImplementations__ASCII.st	Thu Nov 09 21:13:10 2017 +0100
+++ b/CharacterEncoderImplementations__ASCII.st	Sun Nov 12 11:47:39 2017 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: CharacterEncoderImplementations }"
@@ -40,6 +39,7 @@
 documentation
 "
     Ascii - 7bit identity subset of Unicode.
+    Raises an error for characters above 0x7F.
 
     [author:]
         Claus Gittinger
@@ -241,5 +241,6 @@
 !ASCII class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ASCII.st,v 1.4 2005-03-31 18:12:07 cg Exp $'
+    ^ '$Header$'
 ! !
+