CharacterEncoderImplementations__JIS0208.st
changeset 8114 05274a80fcc4
parent 8081 b468050174a9
child 8148 dbf64e3142d9
--- a/CharacterEncoderImplementations__JIS0208.st	Mon Mar 08 18:08:27 2004 +0100
+++ b/CharacterEncoderImplementations__JIS0208.st	Mon Mar 08 18:09:58 2004 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: CharacterEncoderImplementations }"
@@ -73,12 +71,6 @@
     ^ 'OBSOLETE/EASTASIA/JIS/JIS0208.TXT'
 ! !
 
-!JIS0208 class methodsFor:'queries'!
-
-namesOfEncoding
-    ^ #( 'jis0208' 'jisx0208' 'jisx0208.1983-0')
-! !
-
 !JIS0208 methodsFor:'encoding & decoding'!
 
 decode:codeArg
@@ -28628,5 +28620,5 @@
 !JIS0208 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JIS0208.st,v 1.1 2004-03-05 17:21:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JIS0208.st,v 1.2 2004-03-08 17:08:40 cg Exp $'
 ! !