CharacterEncoderImplementations__MAC_Turkish.st
changeset 8148 dbf64e3142d9
parent 8114 05274a80fcc4
child 17711 39faaaf888b4
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:#MAC_Turkish
    17 SingleByteEncoder subclass:#MAC_Turkish
     7 	classVariableNames:''
    19 	classVariableNames:''
     8 	poolDictionaries:''
    20 	poolDictionaries:''
     9 	category:'Collections-Text-Encodings'
    21 	category:'Collections-Text-Encodings'
    10 !
    22 !
    11 
    23 
       
    24 !MAC_Turkish 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 !MAC_Turkish class methodsFor:'mapping'!
    40 !MAC_Turkish class methodsFor:'mapping'!
    14 
    41 
    15 mapFileURL1_relativePathName
    42 mapFileURL1_relativePathName
    16     ^ 'VENDORS/APPLE/TURKISH.TXT'
    43     ^ 'VENDORS/APPLE/TURKISH.TXT'
   360 ! !
   387 ! !
   361 
   388 
   362 !MAC_Turkish class methodsFor:'documentation'!
   389 !MAC_Turkish class methodsFor:'documentation'!
   363 
   390 
   364 version
   391 version
   365     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Turkish.st,v 1.2 2004-03-08 17:09:22 cg Exp $'
   392     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Turkish.st,v 1.3 2004-03-09 21:59:55 cg Exp $'
   366 ! !
   393 ! !