CharacterEncoderImplementations__MS_Turkish.st
changeset 8148 dbf64e3142d9
parent 8118 efc99c0f68bc
child 8814 501f04d1f533
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:#MS_Turkish
    17 SingleByteEncoder subclass:#MS_Turkish
     7 	classVariableNames:''
    19 	classVariableNames:''
     8 	poolDictionaries:''
    20 	poolDictionaries:''
     9 	category:'Collections-Text-Encodings'
    21 	category:'Collections-Text-Encodings'
    10 !
    22 !
    11 
    23 
       
    24 !MS_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 !MS_Turkish class methodsFor:'mapping'!
    40 !MS_Turkish class methodsFor:'mapping'!
    14 
    41 
    15 mapFileURL2_relativePathName
    42 mapFileURL2_relativePathName
    16     ^ 'CP1258'
    43     ^ 'CP1258'
   283 ! !
   310 ! !
   284 
   311 
   285 !MS_Turkish class methodsFor:'documentation'!
   312 !MS_Turkish class methodsFor:'documentation'!
   286 
   313 
   287 version
   314 version
   288     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Turkish.st,v 1.3 2004-03-08 23:03:48 cg Exp $'
   315     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Turkish.st,v 1.4 2004-03-09 22:00:12 cg Exp $'
   289 ! !
   316 ! !