Issue #239: Fix all Smalltak/X source files to be in unicode (UTF8 without BOM) and prefixed by "{ Encoding: utf8 }" when any unicode character is present jv
authorPatrik Svestka <patrik.svestka@gmail.com>
Wed, 14 Nov 2018 12:50:40 +0100
branchjv
changeset 533 1bed627ec135
parent 529 d000086cab5e
child 563 9dda25363094
Issue #239: Fix all Smalltak/X source files to be in unicode (UTF8 without BOM) and prefixed by "{ Encoding: utf8 }" when any unicode character is present - All source *.st files are now Unicode UTF8 without BOM Files are in two groups (fileOut works this way in Smalltalk/X): - containing a unicode character have "{ Encoding: utf8 }" at the header - ASCII only are without the header
reports/Builder__JUnitReportReader.st
reports/Builder__ReportExtensionsSourceInfo.st
reports/report-runner.st
--- a/reports/Builder__JUnitReportReader.st	Sat Sep 01 09:05:28 2018 +0100
+++ b/reports/Builder__JUnitReportReader.st	Wed Nov 14 12:50:40 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "{ Package: 'stx:goodies/builder/reports' }"
 
 "{ NameSpace: Builder }"
--- a/reports/Builder__ReportExtensionsSourceInfo.st	Sat Sep 01 09:05:28 2018 +0100
+++ b/reports/Builder__ReportExtensionsSourceInfo.st	Wed Nov 14 12:50:40 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "{ Package: 'stx:goodies/builder/reports' }"
 
 "{ NameSpace: Builder }"
--- a/reports/report-runner.st	Sat Sep 01 09:05:28 2018 +0100
+++ b/reports/report-runner.st	Wed Nov 14 12:50:40 2018 +0100
@@ -43,4 +43,4 @@
 "/ to exit prematurely. 
 Processor exitWhenNoMoreUserProcesses: false.
 
-(Smalltalk at:#'Builder::ReportRunner') start.
\ No newline at end of file
+(Smalltalk at:#'Builder::ReportRunner') start.