BIG5EncodedString.st
changeset 261 2fd450dd712f
parent 260 427397326fac
child 264 1e508408ecf5
--- a/BIG5EncodedString.st	Sat Apr 27 13:13:12 1996 +0200
+++ b/BIG5EncodedString.st	Sat Apr 27 13:15:55 1996 +0200
@@ -12,6 +12,14 @@
     BIG5EncodedString represents 16bit strings encoded in BIG-5.
     BIG-5 is a popular hanzi code used in Taiwan.
     Most of you are probably not interrested in those ...
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        GBEncodedString JISEncodedString 
+        TwoByteString String CharacterArray
+        StringCollection
 "
 
 
@@ -89,6 +97,6 @@
 !BIG5EncodedString class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/BIG5EncodedString.st,v 1.4 1996-04-27 11:12:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/BIG5EncodedString.st,v 1.5 1996-04-27 11:15:39 cg Exp $'
 ! !
 BIG5EncodedString initialize!