CharacterEncoderImplementations__JOHAB.st
changeset 8114 05274a80fcc4
parent 8081 b468050174a9
child 8148 dbf64e3142d9
--- a/CharacterEncoderImplementations__JOHAB.st	Mon Mar 08 18:08:27 2004 +0100
+++ b/CharacterEncoderImplementations__JOHAB.st	Mon Mar 08 18:09:58 2004 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: CharacterEncoderImplementations }"
@@ -18,14 +16,8 @@
     ^ 'OBSOLETE/EASTASIA/KSC/JOHAB.TXT'
 ! !
 
-!JOHAB class methodsFor:'queries'!
-
-namesOfEncoding
-    ^ #( 'johab' )
-! !
-
 !JOHAB class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JOHAB.st,v 1.1 2004-03-05 17:27:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JOHAB.st,v 1.2 2004-03-08 17:07:28 cg Exp $'
 ! !