CharacterEncoderImplementations__ISO8859_11.st
changeset 8811 b2a78fe1d44f
parent 8148 dbf64e3142d9
child 17711 39faaaf888b4
equal deleted inserted replaced
8810:8f509238ef9f 8811:b2a78fe1d44f
    32  only in accordance with the terms of that license and with the
    32  only in accordance with the terms of that license and with the
    33  inclusion of the above copyright notice.   This software may not
    33  inclusion of the above copyright notice.   This software may not
    34  be provided or otherwise made available to, or used by, any
    34  be provided or otherwise made available to, or used by, any
    35  other person.  No title to or ownership of the software is
    35  other person.  No title to or ownership of the software is
    36  hereby transferred.
    36  hereby transferred.
       
    37 "
       
    38 !
       
    39 
       
    40 documentation
       
    41 "
       
    42     8859-11 - Thai.
       
    43 
       
    44     [see with:]
       
    45         CharacterEncoderImplementations::ISO8859_11 showCharacterSet
       
    46 
       
    47     [author:]
       
    48         Claus Gittinger
    37 "
    49 "
    38 ! !
    50 ! !
    39 
    51 
    40 !ISO8859_11 class methodsFor:'mapping'!
    52 !ISO8859_11 class methodsFor:'mapping'!
    41 
    53 
   582 ! !
   594 ! !
   583 
   595 
   584 !ISO8859_11 class methodsFor:'documentation'!
   596 !ISO8859_11 class methodsFor:'documentation'!
   585 
   597 
   586 version
   598 version
   587     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_11.st,v 1.3 2004-03-09 22:01:05 cg Exp $'
   599     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_11.st,v 1.4 2005-03-31 18:12:32 cg Exp $'
   588 ! !
   600 ! !