Add 2.11.0 Patch expecco_2_11_1_branch
authorStefan Vogel <sv@exept.de>
Fri, 27 Oct 2017 15:32:15 +0200
branchexpecco_2_11_1_branch
changeset 22328 32c146d51739
parent 21097 12cf2700134c
child 22329 20662662693b
Add 2.11.0 Patch
ExternalStream.st
--- a/ExternalStream.st	Tue Dec 06 14:26:48 2016 +0100
+++ b/ExternalStream.st	Fri Oct 27 15:32:15 2017 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1988 by Claus Gittinger
 	      All Rights Reserved
@@ -9,6 +11,8 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+'From Smalltalk/X, Version:7.1.0.0 on 27-10-2017 at 15:31:54'                   !
+
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: Smalltalk }"
@@ -4665,7 +4669,7 @@
     "
         (FileStream newTemporary
             nextPutUtf16:$B;
-            nextPutUtf16:$Ä;
+            nextPutUtf16:$Ä;
             nextPutUtf16:(Character codePoint:16r10CCCC);
             reset;
             binary;
@@ -6590,7 +6594,7 @@
     ].
 
     "
-	'Bönnigheim' asUnicode16String errorPrintCR
+	'Bönnigheim' asUnicode16String errorPrintCR
     "
 !