CharacterEncoderImplementations__MS_Greek.st
changeset 8114 05274a80fcc4
parent 8081 b468050174a9
child 8148 dbf64e3142d9
--- a/CharacterEncoderImplementations__MS_Greek.st	Mon Mar 08 18:08:27 2004 +0100
+++ b/CharacterEncoderImplementations__MS_Greek.st	Mon Mar 08 18:09:58 2004 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: CharacterEncoderImplementations }"
@@ -274,18 +272,8 @@
 "
 ! !
 
-!MS_Greek class methodsFor:'queries'!
-
-namesOfEncoding
-    ^ #( 'ms-greek' 'ms-cp1253' 'microsoft-cp1253' 'cp1253' 'microsoft-greek' 'windows-1253' )
-!
-
-userFriendlyNameOfEncoding
-    ^ 'Greek'
-! !
-
 !MS_Greek class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Greek.st,v 1.1 2004-03-05 17:18:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Greek.st,v 1.2 2004-03-08 17:09:52 cg Exp $'
 ! !