CharacterEncoderImplementations__MS_Arabic.st
changeset 8114 05274a80fcc4
parent 8081 b468050174a9
child 8148 dbf64e3142d9
--- a/CharacterEncoderImplementations__MS_Arabic.st	Mon Mar 08 18:08:27 2004 +0100
+++ b/CharacterEncoderImplementations__MS_Arabic.st	Mon Mar 08 18:09:58 2004 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: CharacterEncoderImplementations }"
@@ -290,16 +288,6 @@
 "
 ! !
 
-!MS_Arabic class methodsFor:'queries'!
-
-namesOfEncoding
-    ^ #( 'ms-arabic' 'ms-cp1256' 'microsoft-cp1256' 'cp1256'  'microsoft-arabic' 'windows-1256'  )
-!
-
-userFriendlyNameOfEncoding
-    ^ 'Arabic'
-! !
-
 !MS_Arabic methodsFor:'encoding & decoding'!
 
 decode:codeArg
@@ -808,5 +796,5 @@
 !MS_Arabic class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Arabic.st,v 1.1 2004-03-05 17:19:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Arabic.st,v 1.2 2004-03-08 17:08:54 cg Exp $'
 ! !