# HG changeset patch # User Patrik Svestka # Date 1542193671 -3600 # Node ID 5e718e0a754e0b3699287e01c8491cb9f60c205b # Parent 1b9fe22c478f4572f5a539f851b9c9bd6d45fd55 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 1b9fe22c478f -r 5e718e0a754e DataSetBuilder.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 diff -r 1b9fe22c478f -r 5e718e0a754e FileSelectionBrowser.st --- 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 diff -r 1b9fe22c478f -r 5e718e0a754e SnapShotImageMemory.st --- 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 }" diff -r 1b9fe22c478f -r 5e718e0a754e TabListEditor.st --- 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 diff -r 1b9fe22c478f -r 5e718e0a754e Tools__InternationalLanguageTranslationEditor.st --- 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'. diff -r 1b9fe22c478f -r 5e718e0a754e UIGalleryView.st --- 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 diff -r 1b9fe22c478f -r 5e718e0a754e UISelectionPanel.st --- 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 diff -r 1b9fe22c478f -r 5e718e0a754e UISpecificationTool.st --- 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