CharacterEncoderImplementations__MS_Arabic.st
changeset 8813 c2908c7fc648
parent 8148 dbf64e3142d9
child 17711 39faaaf888b4
equal deleted inserted replaced
8812:de70efb478c4 8813:c2908c7fc648
    33  inclusion of the above copyright notice.   This software may not
    33  inclusion of the above copyright notice.   This software may not
    34  be provided or otherwise made available to, or used by, any
    34  be provided or otherwise made available to, or used by, any
    35  other person.  No title to or ownership of the software is
    35  other person.  No title to or ownership of the software is
    36  hereby transferred.
    36  hereby transferred.
    37 "
    37 "
       
    38 !
       
    39 
       
    40 documentation
       
    41 "
       
    42     CP1256 / Microsoft Arabic
       
    43 
       
    44     [see with:]
       
    45         CharacterEncoderImplementations::MS_Arabic showCharacterSet
       
    46 
       
    47     [author:]
       
    48         Claus Gittinger
       
    49 "
    38 ! !
    50 ! !
    39 
    51 
    40 !MS_Arabic class methodsFor:'mapping'!
    52 !MS_Arabic class methodsFor:'mapping'!
    41 
    53 
    42 mapFileURL2_relativePathName
    54 mapFileURL2_relativePathName
    43     ^ 'CP1256'
    55     ^ 'CP1256'
       
    56 
       
    57     "
       
    58      self generateCode
       
    59     "
    44 !
    60 !
    45 
    61 
    46 mapping
    62 mapping
    47 "
    63 "
    48 # From: http://std.dkuug.dk/i18n/charmaps/CP1256
    64 # From: http://std.dkuug.dk/i18n/charmaps/CP1256
   821 ! !
   837 ! !
   822 
   838 
   823 !MS_Arabic class methodsFor:'documentation'!
   839 !MS_Arabic class methodsFor:'documentation'!
   824 
   840 
   825 version
   841 version
   826     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Arabic.st,v 1.3 2004-03-09 22:01:11 cg Exp $'
   842     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Arabic.st,v 1.4 2005-03-31 18:48:44 cg Exp $'
   827 ! !
   843 ! !