CharacterEncoderImplementations__ISO8859_10.st
changeset 8811 b2a78fe1d44f
parent 8148 dbf64e3142d9
child 14183 f70adcd050c3
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-10 (Latin 6) - Nordic.
       
    43 
       
    44     [see with:]
       
    45         CharacterEncoderImplementations::ISO8859_10 showCharacterSet
       
    46 
       
    47     [author:]
       
    48         Claus Gittinger
    37 "
    49 "
    38 ! !
    50 ! !
    39 
    51 
    40 !ISO8859_10 class methodsFor:'mapping'!
    52 !ISO8859_10 class methodsFor:'mapping'!
    41 
    53 
   720 ! !
   732 ! !
   721 
   733 
   722 !ISO8859_10 class methodsFor:'documentation'!
   734 !ISO8859_10 class methodsFor:'documentation'!
   723 
   735 
   724 version
   736 version
   725     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_10.st,v 1.3 2004-03-09 21:58:32 cg Exp $'
   737     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_10.st,v 1.4 2005-03-31 18:12:38 cg Exp $'
   726 ! !
   738 ! !