CharacterEncoderImplementations__JIS0212.st
changeset 8114 05274a80fcc4
parent 8081 b468050174a9
child 8148 dbf64e3142d9
--- a/CharacterEncoderImplementations__JIS0212.st	Mon Mar 08 18:08:27 2004 +0100
+++ b/CharacterEncoderImplementations__JIS0212.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/JIS/JIS0212.TXT'
 ! !
 
-!JIS0212 class methodsFor:'queries'!
-
-namesOfEncoding
-    ^ #( 'jis0212' )
-! !
-
 !JIS0212 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JIS0212.st,v 1.1 2004-03-05 17:20:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JIS0212.st,v 1.2 2004-03-08 17:07:46 cg Exp $'
 ! !