CharacterEncoderImplementations__ASCII.st
branchjv
changeset 17845 7e0cfaac936d
parent 17761 b0e5971141bc
child 17846 24edc476ac18
equal deleted inserted replaced
17844:29a1536dffe4 17845:7e0cfaac936d
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
       
    12 
    12 "{ Package: 'stx:libbasic' }"
    13 "{ Package: 'stx:libbasic' }"
    13 
    14 
    14 "{ NameSpace: CharacterEncoderImplementations }"
    15 "{ NameSpace: CharacterEncoderImplementations }"
    15 
    16 
    16 SingleByteEncoder subclass:#ASCII
    17 SingleByteEncoder subclass:#ASCII
   238 ! !
   239 ! !
   239 
   240 
   240 !ASCII class methodsFor:'documentation'!
   241 !ASCII class methodsFor:'documentation'!
   241 
   242 
   242 version
   243 version
   243     ^ '$Id: CharacterEncoderImplementations__ASCII.st 10517 2010-04-26 18:26:38Z vranyj1 $'
   244     ^ '$Id: CharacterEncoderImplementations__ASCII.st 10656 2011-07-07 22:08:07Z vranyj1 $'
   244 !
   245 ! !
   245 
       
   246 version_SVN
       
   247     ^ '$Id: CharacterEncoderImplementations__ASCII.st 10517 2010-04-26 18:26:38Z vranyj1 $'
       
   248 ! !