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:10:23 +0100
branchjv
changeset 8595 7f9b84978a2e
parent 8491 c9d77af565d4
child 8618 2bb91659ca1f
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
AbstractBackground.st
Border.st
Depth24Image.st
Depth8Image.st
DisplayTransform.st
GradientBackground.st
GuiServerWorkstation.st
MacFlatButtonBorder.st
ResourcePack.st
ScaleTransform.st
TranslationTransform.st
WindowGroup.st
WindowingTransformation.st
XEmbedContainerView.st
--- a/AbstractBackground.st	Sun Oct 07 14:22:50 2018 +0100
+++ b/AbstractBackground.st	Wed Nov 14 12:10:23 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2009 by eXept Software AG
               All Rights Reserved
--- a/Border.st	Sun Oct 07 14:22:50 2018 +0100
+++ b/Border.st	Wed Nov 14 12:10:23 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997 by eXept Software AG
 	      All Rights Reserved
--- a/Depth24Image.st	Sun Oct 07 14:22:50 2018 +0100
+++ b/Depth24Image.st	Wed Nov 14 12:10:23 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1993 by Claus Gittinger
  COPYRIGHT (c) 2018 Patrik Svestka
--- a/Depth8Image.st	Sun Oct 07 14:22:50 2018 +0100
+++ b/Depth8Image.st	Wed Nov 14 12:10:23 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1993 by Claus Gittinger
  COPYRIGHT (c) 2018 Patrik Svestka
--- a/DisplayTransform.st	Sun Oct 07 14:22:50 2018 +0100
+++ b/DisplayTransform.st	Wed Nov 14 12:10:23 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "{ Package: 'stx:libview' }"
 
 "{ NameSpace: Smalltalk }"
--- a/GradientBackground.st	Sun Oct 07 14:22:50 2018 +0100
+++ b/GradientBackground.st	Wed Nov 14 12:10:23 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2009 by eXept Software AG
               All Rights Reserved
--- a/GuiServerWorkstation.st	Sun Oct 07 14:22:50 2018 +0100
+++ b/GuiServerWorkstation.st	Wed Nov 14 12:10:23 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
 COPYRIGHT (c) 2014 by Claus Gittinger
               All Rights Reserved
--- a/MacFlatButtonBorder.st	Sun Oct 07 14:22:50 2018 +0100
+++ b/MacFlatButtonBorder.st	Wed Nov 14 12:10:23 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "{ Package: 'stx:libview' }"
 
 "{ NameSpace: Smalltalk }"
--- a/ResourcePack.st	Sun Oct 07 14:22:50 2018 +0100
+++ b/ResourcePack.st	Wed Nov 14 12:10:23 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1993 by Claus Gittinger
  COPYRIGHT (c) 2017 Jan Vrany
@@ -87,7 +89,7 @@
     all those strings. (find the keys by looking at users of resource or senders
     of 'string:*').
     Notice, that the grammar of different languages may imply a reordering,
-    so the above string becomes the german 'wollen Sie %1 wirklich löschen';
+    so the above string becomes the german 'wollen Sie %1 wirklich löschen';
     so using percent-placeholders is much better than simple concatenations of
     arguments to the question.
 
--- a/ScaleTransform.st	Sun Oct 07 14:22:50 2018 +0100
+++ b/ScaleTransform.st	Wed Nov 14 12:10:23 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "{ Package: 'stx:libview' }"
 
 "{ NameSpace: Smalltalk }"
--- a/TranslationTransform.st	Sun Oct 07 14:22:50 2018 +0100
+++ b/TranslationTransform.st	Wed Nov 14 12:10:23 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
--- a/WindowGroup.st	Sun Oct 07 14:22:50 2018 +0100
+++ b/WindowGroup.st	Wed Nov 14 12:10:23 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
--- a/WindowingTransformation.st	Sun Oct 07 14:22:50 2018 +0100
+++ b/WindowingTransformation.st	Wed Nov 14 12:10:23 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
--- a/XEmbedContainerView.st	Sun Oct 07 14:22:50 2018 +0100
+++ b/XEmbedContainerView.st	Wed Nov 14 12:10:23 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2006 by eXept Software AG
  COPYRIGHT (c) 2016 Jan Vrany