JISString.st
changeset 264 1e508408ecf5
parent 262 1d0e8b654573
child 449 25bc9f97233e
--- a/JISString.st	Sat Apr 27 13:21:18 1996 +0200
+++ b/JISString.st	Sat Apr 27 13:24:41 1996 +0200
@@ -139,16 +139,17 @@
 !JISEncodedString methodsFor:'queries'!
 
 encoding
-    "return the strings encoding; Here, #jis is returned."
+    "return the strings encoding as a symbol. 
+     Here, the constant symbol #jis is returned."
 
     ^ #jis
 
-    "Modified: 22.4.1996 / 16:09:42 / cg"
+    "Modified: 27.4.1996 / 13:23:16 / cg"
 ! !
 
 !JISEncodedString class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/JISString.st,v 1.10 1996-04-27 11:17:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/JISString.st,v 1.11 1996-04-27 11:24:32 cg Exp $'
 ! !
 JISEncodedString initialize!