CharacterEncoderImplementations__MS_Greek.st
branchjv
changeset 17867 2cc3cacfd4ca
parent 17846 24edc476ac18
child 17883 209190914636
equal deleted inserted replaced
17866:abe5bdd75639 17867:2cc3cacfd4ca
     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 
       
    13 "{ Package: 'stx:libbasic' }"
    12 "{ Package: 'stx:libbasic' }"
    14 
    13 
    15 "{ NameSpace: CharacterEncoderImplementations }"
    14 "{ NameSpace: CharacterEncoderImplementations }"
    16 
    15 
    17 SingleByteEncoder subclass:#MS_Greek
    16 SingleByteEncoder subclass:#MS_Greek
   669 ! !
   668 ! !
   670 
   669 
   671 !MS_Greek class methodsFor:'documentation'!
   670 !MS_Greek class methodsFor:'documentation'!
   672 
   671 
   673 version
   672 version
   674     ^ '$Id: CharacterEncoderImplementations__MS_Greek.st 10660 2011-07-18 15:22:09Z vranyj1 $'
   673     ^ '$Id: CharacterEncoderImplementations__MS_Greek.st 10698 2011-09-29 13:55:58Z vranyj1 $'
       
   674 !
       
   675 
       
   676 version_SVN
       
   677     ^ '$Id: CharacterEncoderImplementations__MS_Greek.st 10698 2011-09-29 13:55:58Z vranyj1 $'
   675 ! !
   678 ! !