#OTHER by exept
authorClaus Gittinger <cg@exept.de>
Mon, 26 Aug 2019 23:17:39 +0200
changeset 5175 75c026242bf0
parent 5174 09dec635671b
child 5176 55374cc71a4b
#OTHER by exept changed: #nextPut: returns its argument
HPLjetIIPrinterStream.st
--- a/HPLjetIIPrinterStream.st	Mon Aug 26 23:17:34 2019 +0200
+++ b/HPLjetIIPrinterStream.st	Mon Aug 26 23:17:39 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1988 by Claus Gittinger
 	      All Rights Reserved
@@ -97,7 +99,8 @@
 !
 
 nextPut:aCharacter
-    stream nextPut:aCharacter
+    stream nextPut:aCharacter.
+    ^ aCharacter
 ! !
 
 !HPLjetIIPrinterStream methodsFor:'emphasis change'!