CharacterEncoderImplementations__MS_Arabic.st
changeset 8114 05274a80fcc4
parent 8081 b468050174a9
child 8148 dbf64e3142d9
equal deleted inserted replaced
8113:4023585d148d 8114:05274a80fcc4
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "{ Package: 'stx:libbasic' }"
     1 "{ Package: 'stx:libbasic' }"
     4 
     2 
     5 "{ NameSpace: CharacterEncoderImplementations }"
     3 "{ NameSpace: CharacterEncoderImplementations }"
     6 
     4 
     7 SingleByteEncoder subclass:#MS_Arabic
     5 SingleByteEncoder subclass:#MS_Arabic
   286 <RL>                   /xFE   <U200F> RIGHT-TO-LEFT MARK
   284 <RL>                   /xFE   <U200F> RIGHT-TO-LEFT MARK
   287 <y:>                   /xFF   <U00FF> LATIN SMALL LETTER Y WITH DIAERESIS
   285 <y:>                   /xFF   <U00FF> LATIN SMALL LETTER Y WITH DIAERESIS
   288 END CHARMAP
   286 END CHARMAP
   289 
   287 
   290 "
   288 "
   291 ! !
       
   292 
       
   293 !MS_Arabic class methodsFor:'queries'!
       
   294 
       
   295 namesOfEncoding
       
   296     ^ #( 'ms-arabic' 'ms-cp1256' 'microsoft-cp1256' 'cp1256'  'microsoft-arabic' 'windows-1256'  )
       
   297 !
       
   298 
       
   299 userFriendlyNameOfEncoding
       
   300     ^ 'Arabic'
       
   301 ! !
   289 ! !
   302 
   290 
   303 !MS_Arabic methodsFor:'encoding & decoding'!
   291 !MS_Arabic methodsFor:'encoding & decoding'!
   304 
   292 
   305 decode:codeArg
   293 decode:codeArg
   806 ! !
   794 ! !
   807 
   795 
   808 !MS_Arabic class methodsFor:'documentation'!
   796 !MS_Arabic class methodsFor:'documentation'!
   809 
   797 
   810 version
   798 version
   811     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Arabic.st,v 1.1 2004-03-05 17:19:10 cg Exp $'
   799     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Arabic.st,v 1.2 2004-03-08 17:08:54 cg Exp $'
   812 ! !
   800 ! !