GBEncodedString.st
changeset 261 2fd450dd712f
parent 260 427397326fac
child 264 1e508408ecf5
--- a/GBEncodedString.st	Sat Apr 27 13:13:12 1996 +0200
+++ b/GBEncodedString.st	Sat Apr 27 13:15:55 1996 +0200
@@ -12,6 +12,14 @@
     GBEncodedString represents 16bit strings encoded in GB (GuoBiao),
     (with high bit set). This encoding is Mainland China's national standard.
     Most of you are probably not interrested in those ...
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        JISEncodedString BIG5EncodedString
+        TwoByteString String CharacterArray
+        StringCollection
 "
 
 
@@ -46,6 +54,6 @@
 !GBEncodedString class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/GBEncodedString.st,v 1.3 1996-04-27 11:13:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/GBEncodedString.st,v 1.4 1996-04-27 11:15:55 cg Exp $'
 ! !
 GBEncodedString initialize!