CharacterEncoderImplementations__MAC_Romanian.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_Romanian
    17 SingleByteEncoder subclass:#MAC_Romanian
     7 	classVariableNames:''
    19 	classVariableNames:''
     8 	poolDictionaries:''
    20 	poolDictionaries:''
     9 	category:'Collections-Text-Encodings'
    21 	category:'Collections-Text-Encodings'
    10 !
    22 !
    11 
    23 
       
    24 !MAC_Romanian 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_Romanian class methodsFor:'mapping'!
    40 !MAC_Romanian class methodsFor:'mapping'!
    14 
    41 
    15 mapFileURL1_relativePathName
    42 mapFileURL1_relativePathName
    16     ^ 'VENDORS/APPLE/ROMANIAN.TXT'
    43     ^ 'VENDORS/APPLE/ROMANIAN.TXT'
   385 ! !
   412 ! !
   386 
   413 
   387 !MAC_Romanian class methodsFor:'documentation'!
   414 !MAC_Romanian class methodsFor:'documentation'!
   388 
   415 
   389 version
   416 version
   390     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Romanian.st,v 1.2 2004-03-08 17:07:40 cg Exp $'
   417     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Romanian.st,v 1.3 2004-03-09 21:58:05 cg Exp $'
   391 ! !
   418 ! !