JISEncodedString.st
changeset 262 1d0e8b654573
parent 260 427397326fac
child 264 1e508408ecf5
--- a/JISEncodedString.st	Sat Apr 27 13:15:55 1996 +0200
+++ b/JISEncodedString.st	Sat Apr 27 13:17:40 1996 +0200
@@ -36,10 +36,18 @@
 documentation
 "
     JISEncodedString represents 16bit strings encoded in JIS.
+    You need jis-encoded fonts on your display workstation, 
+    to display them (i.e. when switching to japanese ...).
+
     Most of you are probably not interrested in those ...
 
     [author:]
         Claus Gittinger
+
+    [see also:]
+        BIG5EncodedString GBEncodedString
+        TwoByteString String CharacterArray
+        StringCollection
 "
 !
 
@@ -141,6 +149,6 @@
 !JISEncodedString class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/JISEncodedString.st,v 1.9 1996-04-27 11:13:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/JISEncodedString.st,v 1.10 1996-04-27 11:17:40 cg Exp $'
 ! !
 JISEncodedString initialize!