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
authorPatrik Svestka <patrik.svestka@gmail.com>
Wed, 14 Nov 2018 13:09:49 +0100
changeset 1078 0770d24b5310
parent 1073 c591c75fe5a8
child 1080 0834ac12e4a8
child 1081 42b3820ab722
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
SmallSense__CompletionContext.st
SmallSense__SmalltalkQuickFixer.st
--- a/SmallSense__CompletionContext.st	Mon Jul 02 08:46:03 2018 +0200
+++ b/SmallSense__CompletionContext.st	Wed Nov 14 13:09:49 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
 stx:goodies/smallsense - A productivity plugin for Smalltalk/X IDE
 Copyright (C) 2013-2015 Jan Vrany
--- a/SmallSense__SmalltalkQuickFixer.st	Mon Jul 02 08:46:03 2018 +0200
+++ b/SmallSense__SmalltalkQuickFixer.st	Wed Nov 14 13:09:49 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
 stx:goodies/smallsense - A productivity plugin for Smalltalk/X IDE
 Copyright (C) 2013-2015 Jan Vrany