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:07:51 +0100
branchjv
changeset 3630 5e718e0a754e
parent 3570 1b9fe22c478f
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
DataSetBuilder.st
FileSelectionBrowser.st
SnapShotImageMemory.st
TabListEditor.st
Tools__InternationalLanguageTranslationEditor.st
UIGalleryView.st
UISelectionPanel.st
UISpecificationTool.st
--- a/DataSetBuilder.st	Mon Jul 02 08:46:00 2018 +0200
+++ b/DataSetBuilder.st	Wed Nov 14 12:07:51 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997 by eXept Software AG
               All Rights Reserved
--- a/FileSelectionBrowser.st	Mon Jul 02 08:46:00 2018 +0200
+++ b/FileSelectionBrowser.st	Wed Nov 14 12:07:51 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997 by eXept Software AG
               All Rights Reserved
--- a/SnapShotImageMemory.st	Mon Jul 02 08:46:00 2018 +0200
+++ b/SnapShotImageMemory.st	Wed Nov 14 12:07:51 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "{ Package: 'stx:libtool2' }"
 
 "{ NameSpace: Smalltalk }"
--- a/TabListEditor.st	Mon Jul 02 08:46:00 2018 +0200
+++ b/TabListEditor.st	Wed Nov 14 12:07:51 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997 by eXept Software AG
               All Rights Reserved
--- a/Tools__InternationalLanguageTranslationEditor.st	Mon Jul 02 08:46:00 2018 +0200
+++ b/Tools__InternationalLanguageTranslationEditor.st	Wed Nov 14 12:07:51 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "{ Package: 'stx:libtool2' }"
 
 "{ NameSpace: Tools }"
@@ -1150,7 +1152,7 @@
 	    selectedAssociation value sameAs: association value] ifNone:[collection add: association].
 	collection].
     selectedTranslation := Dialog
-	choose:'Choose one if you consider it´s usefull to translate:
+	choose:'Choose one if you consider it's useful to translate:
     ',
 	'<', key, '>  ', (self currentExampleLanguageText ifNil:[''])
 	fromList: (similarTranslationsAssociations collect:[:each |  '<', each key, '>  ', each value])
@@ -3307,8 +3309,8 @@
     self addLanguage:#'de'.
     self addLanguage:#'fr'.
 
-    self at:'open' language:#'de' put:'öffnen'.
-    self at:'close' language:#'de' put:'schließen'.
+    self at:'open' language:#'de' put:'öffnen'.
+    self at:'close' language:#'de' put:'schließen'.
     self at:'yes' language:#'de' put:'ja'.
     self at:'no' language:#'de' put:'nein'.
     self at:'cancel' language:#'de' put:'abbrechen'.
--- a/UIGalleryView.st	Mon Jul 02 08:46:00 2018 +0200
+++ b/UIGalleryView.st	Wed Nov 14 12:07:51 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997 by Claus Gittinger / eXept Software AG
 	      All Rights Reserved
--- a/UISelectionPanel.st	Mon Jul 02 08:46:00 2018 +0200
+++ b/UISelectionPanel.st	Wed Nov 14 12:07:51 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997 by Claus Gittinger / eXept Software AG
               All Rights Reserved
--- a/UISpecificationTool.st	Mon Jul 02 08:46:00 2018 +0200
+++ b/UISpecificationTool.st	Wed Nov 14 12:07:51 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1995 by eXept Software AG
               All Rights Reserved