# HG changeset patch # User Claus Gittinger # Date 1510483659 -3600 # Node ID 08aa4efd58698701acda9e1c75cddf141a29ea04 # Parent c3ec01dc8cd43405358722dc935e9c620e77504c #DOCUMENTATION by cg class: CharacterEncoderImplementations::ASCII class comment/format in: #documentation diff -r c3ec01dc8cd4 -r 08aa4efd5869 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$' ! ! +