BIG5EncodedString.st
changeset 240 7af04274190d
parent 231 5d28780c8859
child 260 427397326fac
--- a/BIG5EncodedString.st	Sat Apr 20 23:08:52 1996 +0200
+++ b/BIG5EncodedString.st	Sat Apr 20 23:17:21 1996 +0200
@@ -64,13 +64,16 @@
 !BIG5EncodedString methodsFor:'queries'!
 
 encoding
+    "return the strings encoding; Here, we return a big5 encoding"
+
     ^ #big5
 
     "Created: 17.4.1996 / 15:41:15 / cg"
+    "Modified: 20.4.1996 / 23:16:10 / cg"
 ! !
 
 !BIG5EncodedString class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/BIG5EncodedString.st,v 1.2 1996-04-17 16:56:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/BIG5EncodedString.st,v 1.3 1996-04-20 21:16:33 cg Exp $'
 ! !