# HG changeset patch # User Patrik Svestka # Date 1542196240 -3600 # Node ID 1bed627ec1355a848054e6100c9f358db56b97be # Parent d000086cab5e3ad5b51aa3e718bfd2b6f2182d00 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 diff -r d000086cab5e -r 1bed627ec135 reports/Builder__JUnitReportReader.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 }" diff -r d000086cab5e -r 1bed627ec135 reports/Builder__ReportExtensionsSourceInfo.st --- 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 }" diff -r d000086cab5e -r 1bed627ec135 reports/report-runner.st --- 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.