CharacterEncoderImplementations__ISO8859_5.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:#ISO8859_5
    17 SingleByteEncoder subclass:#ISO8859_5
   624 ! !
   625 ! !
   625 
   626 
   626 !ISO8859_5 class methodsFor:'documentation'!
   627 !ISO8859_5 class methodsFor:'documentation'!
   627 
   628 
   628 version
   629 version
   629     ^ '$Id: CharacterEncoderImplementations__ISO8859_5.st 10517 2010-04-26 18:26:38Z vranyj1 $'
   630     ^ '$Id: CharacterEncoderImplementations__ISO8859_5.st 10656 2011-07-07 22:08:07Z vranyj1 $'
   630 !
       
   631 
       
   632 version_SVN
       
   633     ^ '$Id: CharacterEncoderImplementations__ISO8859_5.st 10517 2010-04-26 18:26:38Z vranyj1 $'
       
   634 ! !
   631 ! !