CharacterEncoderImplementations__JIS0208_to_JIS7.st
changeset 8163 a867b07aa226
parent 8148 dbf64e3142d9
child 17711 39faaaf888b4
child 22481 bb21f2349d1c
--- a/CharacterEncoderImplementations__JIS0208_to_JIS7.st	Fri Mar 12 10:14:46 2004 +0100
+++ b/CharacterEncoderImplementations__JIS0208_to_JIS7.st	Fri Mar 12 10:15:13 2004 +0100
@@ -363,8 +363,14 @@
     "
 ! !
 
+!JIS0208_to_JIS7 methodsFor:'queries'!
+
+nameOfEncoding
+    ^ #'jis7'
+! !
+
 !JIS0208_to_JIS7 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JIS0208_to_JIS7.st,v 1.6 2004-03-09 21:58:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JIS0208_to_JIS7.st,v 1.7 2004-03-12 09:15:11 ca Exp $'
 ! !