commentary
authorClaus Gittinger <cg@exept.de>
Sat, 27 Apr 1996 13:24:41 +0200
changeset 264 1e508408ecf5
parent 263 c4628d0d010d
child 265 6024db111b9d
commentary
BIG5EncodedString.st
BIG5String.st
GBEncodedString.st
GBString.st
JISEncodedString.st
JISString.st
--- a/BIG5EncodedString.st	Sat Apr 27 13:21:18 1996 +0200
+++ b/BIG5EncodedString.st	Sat Apr 27 13:24:41 1996 +0200
@@ -86,17 +86,18 @@
 !BIG5EncodedString methodsFor:'queries'!
 
 encoding
-    "return the strings encoding; Here, we return a big5 encoding"
+    "return the strings encoding as a symbol. 
+     Here, the constant symbol #big5 is returned."
 
     ^ #big5
 
     "Created: 17.4.1996 / 15:41:15 / cg"
-    "Modified: 20.4.1996 / 23:16:10 / cg"
+    "Modified: 27.4.1996 / 13:23:01 / cg"
 ! !
 
 !BIG5EncodedString class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/BIG5EncodedString.st,v 1.5 1996-04-27 11:15:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/BIG5EncodedString.st,v 1.6 1996-04-27 11:24:36 cg Exp $'
 ! !
 BIG5EncodedString initialize!
--- a/BIG5String.st	Sat Apr 27 13:21:18 1996 +0200
+++ b/BIG5String.st	Sat Apr 27 13:24:41 1996 +0200
@@ -86,17 +86,18 @@
 !BIG5EncodedString methodsFor:'queries'!
 
 encoding
-    "return the strings encoding; Here, we return a big5 encoding"
+    "return the strings encoding as a symbol. 
+     Here, the constant symbol #big5 is returned."
 
     ^ #big5
 
     "Created: 17.4.1996 / 15:41:15 / cg"
-    "Modified: 20.4.1996 / 23:16:10 / cg"
+    "Modified: 27.4.1996 / 13:23:01 / cg"
 ! !
 
 !BIG5EncodedString class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/BIG5String.st,v 1.5 1996-04-27 11:15:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/BIG5String.st,v 1.6 1996-04-27 11:24:36 cg Exp $'
 ! !
 BIG5EncodedString initialize!
--- a/GBEncodedString.st	Sat Apr 27 13:21:18 1996 +0200
+++ b/GBEncodedString.st	Sat Apr 27 13:24:41 1996 +0200
@@ -43,17 +43,18 @@
 !GBEncodedString methodsFor:'queries'!
 
 encoding
-    "return the strings encoding; Here, we return a gb encoding"
+    "return the strings encoding as a symbol. 
+     Here, the constant symbol #gb is returned."
 
     ^ #gb
 
     "Created: 17.4.1996 / 15:44:26 / cg"
-    "Modified: 20.4.1996 / 23:15:03 / cg"
+    "Modified: 27.4.1996 / 13:23:09 / cg"
 ! !
 
 !GBEncodedString class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/GBEncodedString.st,v 1.4 1996-04-27 11:15:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/GBEncodedString.st,v 1.5 1996-04-27 11:24:41 cg Exp $'
 ! !
 GBEncodedString initialize!
--- a/GBString.st	Sat Apr 27 13:21:18 1996 +0200
+++ b/GBString.st	Sat Apr 27 13:24:41 1996 +0200
@@ -43,17 +43,18 @@
 !GBEncodedString methodsFor:'queries'!
 
 encoding
-    "return the strings encoding; Here, we return a gb encoding"
+    "return the strings encoding as a symbol. 
+     Here, the constant symbol #gb is returned."
 
     ^ #gb
 
     "Created: 17.4.1996 / 15:44:26 / cg"
-    "Modified: 20.4.1996 / 23:15:03 / cg"
+    "Modified: 27.4.1996 / 13:23:09 / cg"
 ! !
 
 !GBEncodedString class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/GBString.st,v 1.4 1996-04-27 11:15:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/GBString.st,v 1.5 1996-04-27 11:24:41 cg Exp $'
 ! !
 GBEncodedString initialize!
--- a/JISEncodedString.st	Sat Apr 27 13:21:18 1996 +0200
+++ b/JISEncodedString.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/JISEncodedString.st,v 1.10 1996-04-27 11:17:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/JISEncodedString.st,v 1.11 1996-04-27 11:24:32 cg Exp $'
 ! !
 JISEncodedString initialize!
--- 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!