CharacterEncoderImplementations__ISO8859_8.st
changeset 8148 dbf64e3142d9
parent 8114 05274a80fcc4
child 8811 b2a78fe1d44f
equal deleted inserted replaced
8147:416bcaa573ef 8148:dbf64e3142d9
       
     1 "
       
     2  COPYRIGHT (c) 2004 by eXept Software AG
       
     3               All Rights Reserved
       
     4 
       
     5  This software is furnished under a license and may be used
       
     6  only in accordance with the terms of that license and with the
       
     7  inclusion of the above copyright notice.   This software may not
       
     8  be provided or otherwise made available to, or used by, any
       
     9  other person.  No title to or ownership of the software is
       
    10  hereby transferred.
       
    11 "
       
    12 
     1 "{ Package: 'stx:libbasic' }"
    13 "{ Package: 'stx:libbasic' }"
     2 
    14 
     3 "{ NameSpace: CharacterEncoderImplementations }"
    15 "{ NameSpace: CharacterEncoderImplementations }"
     4 
    16 
     5 SingleByteEncoder subclass:#ISO8859_8
    17 SingleByteEncoder subclass:#ISO8859_8
     7 	classVariableNames:''
    19 	classVariableNames:''
     8 	poolDictionaries:''
    20 	poolDictionaries:''
     9 	category:'Collections-Text-Encodings'
    21 	category:'Collections-Text-Encodings'
    10 !
    22 !
    11 
    23 
       
    24 !ISO8859_8 class methodsFor:'documentation'!
       
    25 
       
    26 copyright
       
    27 "
       
    28  COPYRIGHT (c) 2004 by eXept Software AG
       
    29               All Rights Reserved
       
    30 
       
    31  This software is furnished under a license and may be used
       
    32  only in accordance with the terms of that license and with the
       
    33  inclusion of the above copyright notice.   This software may not
       
    34  be provided or otherwise made available to, or used by, any
       
    35  other person.  No title to or ownership of the software is
       
    36  hereby transferred.
       
    37 "
       
    38 ! !
    12 
    39 
    13 !ISO8859_8 class methodsFor:'mapping'!
    40 !ISO8859_8 class methodsFor:'mapping'!
    14 
    41 
    15 mapFileURL1_relativePathName
    42 mapFileURL1_relativePathName
    16     ^ 'ISO8859/8859-8.TXT'
    43     ^ 'ISO8859/8859-8.TXT'
   509 ! !
   536 ! !
   510 
   537 
   511 !ISO8859_8 class methodsFor:'documentation'!
   538 !ISO8859_8 class methodsFor:'documentation'!
   512 
   539 
   513 version
   540 version
   514     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_8.st,v 1.2 2004-03-08 17:09:40 cg Exp $'
   541     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_8.st,v 1.3 2004-03-09 22:01:20 cg Exp $'
   515 ! !
   542 ! !