CharacterEncoderImplementations__MS_EastEuropean.st
branchjv
changeset 17964 fb0bbcbb6f83
parent 17940 985e22966acb
equal deleted inserted replaced
17963:2b9f744b4b11 17964:fb0bbcbb6f83
     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_EastEuropean
    16 SingleByteEncoder subclass:#MS_EastEuropean
   811 ! !
   810 ! !
   812 
   811 
   813 !MS_EastEuropean class methodsFor:'documentation'!
   812 !MS_EastEuropean class methodsFor:'documentation'!
   814 
   813 
   815 version
   814 version
   816     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_EastEuropean.st,v 1.4 2005/03/31 18:48:47 cg Exp $'
   815     ^ '$Id: CharacterEncoderImplementations__MS_EastEuropean.st 10842 2012-09-07 10:49:18Z vranyj1 $'
       
   816 !
       
   817 
       
   818 version_SVN
       
   819     ^ '$Id:: CharacterEncoderImplementations__MS_EastEuropean.st 10842 2012-09-07 10:49:18Z vranyj1                                 $'
   817 ! !
   820 ! !
   818 
       
   819 
       
   820