CharacterEncoderImplementations__MS_Turkish.st
changeset 8118 efc99c0f68bc
parent 8114 05274a80fcc4
child 8148 dbf64e3142d9
equal deleted inserted replaced
8117:2ad20fde13a3 8118:efc99c0f68bc
    11 
    11 
    12 
    12 
    13 !MS_Turkish class methodsFor:'mapping'!
    13 !MS_Turkish class methodsFor:'mapping'!
    14 
    14 
    15 mapFileURL2_relativePathName
    15 mapFileURL2_relativePathName
    16     ^ 'CP1254'
    16     ^ 'CP1258'
    17 !
    17 !
    18 
    18 
    19 mapping
    19 mapping
    20 "
    20 "
    21 # From: http://std.dkuug.dk/i18n/charmaps/CP1254
    21 # From: http://std.dkuug.dk/i18n/charmaps/CP1254
   283 ! !
   283 ! !
   284 
   284 
   285 !MS_Turkish class methodsFor:'documentation'!
   285 !MS_Turkish class methodsFor:'documentation'!
   286 
   286 
   287 version
   287 version
   288     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Turkish.st,v 1.2 2004-03-08 17:07:34 cg Exp $'
   288     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Turkish.st,v 1.3 2004-03-08 23:03:48 cg Exp $'
   289 ! !
   289 ! !