*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 24 Feb 1996 22:58:59 +0100
changeset 195 0feb451128af
parent 194 a69e560aeebf
child 196 1a6f67bc3954
*** empty log message ***
JISEncodedString.st
JISString.st
Make.proto
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/JISEncodedString.st	Sat Feb 24 22:58:59 1996 +0100
@@ -0,0 +1,53 @@
+"
+ COPYRIGHT (c) 1996 by Claus Gittinger
+	      All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+
+TwoByteString subclass:#JISEncodedString
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Collections-Text'
+!
+
+!JISEncodedString class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1995 by Claus Gittinger
+	      All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
+documentation
+"
+    JISEncodedString represent strings encoded in JIS.
+    Most of you are probably not interrested in those ...
+"
+! !
+
+!JISEncodedString methodsFor:'queries'!
+
+encoding
+    ^ #jis
+! !
+
+!JISEncodedString class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic2/JISEncodedString.st,v 1.1 1996-02-24 21:58:56 cg Exp $'
+! !
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/JISString.st	Sat Feb 24 22:58:59 1996 +0100
@@ -0,0 +1,53 @@
+"
+ COPYRIGHT (c) 1996 by Claus Gittinger
+	      All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+
+TwoByteString subclass:#JISEncodedString
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Collections-Text'
+!
+
+!JISEncodedString class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1995 by Claus Gittinger
+	      All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
+documentation
+"
+    JISEncodedString represent strings encoded in JIS.
+    Most of you are probably not interrested in those ...
+"
+! !
+
+!JISEncodedString methodsFor:'queries'!
+
+encoding
+    ^ #jis
+! !
+
+!JISEncodedString class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/JISString.st,v 1.1 1996-02-24 21:58:56 cg Exp $'
+! !
--- a/Make.proto	Sat Feb 24 20:31:25 1996 +0100
+++ b/Make.proto	Sat Feb 24 22:58:59 1996 +0100
@@ -22,6 +22,7 @@
 	VarString.$(O)
 
 UNCRITICALOBJS=                                 \
+	 JISString.$(O)                         \
 	 PrintStr.$(O)                          \
 	  PSPrStr.$(O)                          \
 	  HPIIPrStr.$(O)                        \
@@ -32,6 +33,7 @@
 OBJS=                                               \
 	MappedColl.$(O)                             \
 	TwoByteStr.$(O)                             \
+	  JISString.$(O)                            \
 	Polygon.$(O)                                \
 	  StrColl.$(O)                              \
 	    FileText.$(O)                           \
@@ -85,28 +87,29 @@
 
 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
 ActorStr.o: ActorStr.st $(STCHDR) ../include/Object.H
-CacheDict.o: CacheDict.st $(STCHDR) ../include/Dict.H ../include/Set.H ../include/Coll.H ../include/Object.H
-Circle.o: Circle.st $(STCHDR) ../include/Geometric.H ../include/Object.H
-EllArc.o: EllArc.st $(STCHDR) ../include/Geometric.H ../include/Object.H
-FX1PrStr.o: FX1PrStr.st $(STCHDR) ../include/PrintStr.H ../include/PipeStr.H ../include/NPExtStr.H ../include/UnbndExtStr.H ../include/ExtStream.H ../include/RWStream.H ../include/WriteStr.H ../include/PosStream.H ../include/PeekStr.H ../include/Stream.H ../include/Object.H
+CacheDict.o: CacheDict.st $(STCHDR) ../include/Object.H
+Circle.o: Circle.st $(STCHDR) ../include/Object.H
+EllArc.o: EllArc.st $(STCHDR) ../include/Object.H
+FX1PrStr.o: FX1PrStr.st $(STCHDR) ../include/Object.H
 FileText.o: FileText.st $(STCHDR) ../include/Object.H
-HPIIPrStr.o: HPIIPrStr.st $(STCHDR) ../include/PrintStr.H ../include/PipeStr.H ../include/NPExtStr.H ../include/UnbndExtStr.H ../include/ExtStream.H ../include/RWStream.H ../include/WriteStr.H ../include/PosStream.H ../include/PeekStr.H ../include/Stream.H ../include/Object.H
-HndlrColl.o: HndlrColl.st $(STCHDR) ../include/OrdColl.H ../include/SeqColl.H ../include/Coll.H ../include/Object.H
-MappedColl.o: MappedColl.st $(STCHDR) ../include/Coll.H ../include/Object.H
-MsgSend.o: MsgSend.st $(STCHDR) ../include/Message.H ../include/Object.H
-PSPrStr.o: PSPrStr.st $(STCHDR) ../include/PrintStr.H ../include/PipeStr.H ../include/NPExtStr.H ../include/UnbndExtStr.H ../include/ExtStream.H ../include/RWStream.H ../include/WriteStr.H ../include/PosStream.H ../include/PeekStr.H ../include/Stream.H ../include/Object.H
-Polygon.o: Polygon.st $(STCHDR) ../include/Geometric.H ../include/Object.H
-PrintStr.o: PrintStr.st $(STCHDR) ../include/PipeStr.H ../include/NPExtStr.H ../include/UnbndExtStr.H ../include/ExtStream.H ../include/RWStream.H ../include/WriteStr.H ../include/PosStream.H ../include/PeekStr.H ../include/Stream.H ../include/Object.H
+HPIIPrStr.o: HPIIPrStr.st $(STCHDR) ../include/Object.H
+HndlrColl.o: HndlrColl.st $(STCHDR) ../include/Object.H
+MappedColl.o: MappedColl.st $(STCHDR) ../include/Object.H
+MsgSend.o: MsgSend.st $(STCHDR) ../include/Object.H
+PSPrStr.o: PSPrStr.st $(STCHDR) ../include/Object.H
+Polygon.o: Polygon.st $(STCHDR) ../include/Object.H
+PrintStr.o: PrintStr.st $(STCHDR) ../include/Object.H
 Promise.o: Promise.st $(STCHDR) ../include/Object.H
-Queue.o: Queue.st $(STCHDR) ../include/Coll.H ../include/Object.H
-Random.o: Random.st $(STCHDR) ../include/Stream.H ../include/Object.H
+Queue.o: Queue.st $(STCHDR) ../include/Object.H
+Random.o: Random.st $(STCHDR) ../include/Object.H
 RecLock.o: RecLock.st $(STCHDR) ../include/Object.H
-SharedQueue.o: SharedQueue.st $(STCHDR) ../include/Queue.H ../include/Coll.H ../include/Object.H
-Socket.o: Socket.st $(STCHDR) ../include/NPExtStr.H ../include/UnbndExtStr.H ../include/ExtStream.H ../include/RWStream.H ../include/WriteStr.H ../include/PosStream.H ../include/PeekStr.H ../include/Stream.H ../include/Object.H
-SoundStr.o: SoundStr.st $(STCHDR) ../include/FileStr.H ../include/ExtStream.H ../include/RWStream.H ../include/WriteStr.H ../include/PosStream.H ../include/PeekStr.H ../include/Stream.H ../include/Object.H
+SharedQueue.o: SharedQueue.st $(STCHDR) ../include/Object.H
+Socket.o: Socket.st $(STCHDR) ../include/Object.H
+SoundStr.o: SoundStr.st $(STCHDR) ../include/Object.H
 StrColl.o: StrColl.st $(STCHDR) ../include/Object.H
-TwoByteStr.o: TwoByteStr.st $(STCHDR) ../include/CharArray.H ../include/ByteArray.H ../include/ArrColl.H ../include/SeqColl.H ../include/Coll.H ../include/Object.H
-ValLink.o: ValLink.st $(STCHDR) ../include/Link.H ../include/Object.H
-VarArray.o: VarArray.st $(STCHDR) ../include/ArrColl.H ../include/SeqColl.H ../include/Coll.H ../include/Object.H
-VarString.o: VarString.st $(STCHDR) ../include/ArrColl.H ../include/SeqColl.H ../include/Coll.H ../include/Object.H
+TwoByteStr.o: TwoByteStr.st $(STCHDR) ../include/Object.H
+JISString.o: JISString.st $(STCHDR) ../include/Object.H
+ValLink.o: ValLink.st $(STCHDR) ../include/Object.H
+VarArray.o: VarArray.st $(STCHDR) ../include/Object.H
+VarString.o: VarString.st $(STCHDR) ../include/Object.H
 # ENDMAKEDEPEND --- do not remove this line; make depend needs it