CharacterEncoderImplementations__MAC_Croatian.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_Croatian
    17 SingleByteEncoder subclass:#MAC_Croatian
     7 	classVariableNames:''
    19 	classVariableNames:''
     8 	poolDictionaries:''
    20 	poolDictionaries:''
     9 	category:'Collections-Text-Encodings'
    21 	category:'Collections-Text-Encodings'
    10 !
    22 !
    11 
    23 
       
    24 !MAC_Croatian 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_Croatian class methodsFor:'mapping'!
    40 !MAC_Croatian class methodsFor:'mapping'!
    14 
    41 
    15 mapFileURL1_relativePathName
    42 mapFileURL1_relativePathName
    16     ^ 'VENDORS/APPLE/CROATIAN.TXT'
    43     ^ 'VENDORS/APPLE/CROATIAN.TXT'
   370 ! !
   397 ! !
   371 
   398 
   372 !MAC_Croatian class methodsFor:'documentation'!
   399 !MAC_Croatian class methodsFor:'documentation'!
   373 
   400 
   374 version
   401 version
   375     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Croatian.st,v 1.2 2004-03-08 17:09:00 cg Exp $'
   402     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Croatian.st,v 1.3 2004-03-09 22:00:00 cg Exp $'
   376 ! !
   403 ! !