From 60c60ac229bc9c828376e25f968cf2b4248e5f7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Magimel?= Date: Wed, 22 Nov 2017 21:14:32 +0100 Subject: [PATCH] Replace iso-8859-1 with utf-8 encoding --- fofix/core/Config.py | 2 +- fofix/core/GameEngine.py | 2 +- fofix/core/Image.py | 2 +- fofix/core/Input.py | 2 +- fofix/core/Language.py | 2 +- fofix/core/Microphone.py | 2 +- fofix/core/Mod.py | 2 +- fofix/core/Player.py | 2 +- fofix/core/Resource.py | 2 +- fofix/core/Settings.py | 2 +- fofix/core/Shader.py | 2 +- fofix/core/Texture.py | 2 +- fofix/core/Theme.py | 2 +- fofix/core/Video.py | 4 ++-- fofix/core/View.py | 2 +- fofix/game/Dialogs.py | 2 +- fofix/game/GameResultsScene.py | 2 +- fofix/game/Menu.py | 2 +- fofix/game/Scorekeeper.py | 2 +- fofix/game/guitarscene/GuitarScene.py | 2 +- fofix/game/guitarscene/Neck.py | 4 ++-- fofix/game/guitarscene/Rockmeter.py | 2 +- fofix/game/guitarscene/instruments/Drum.py | 2 +- fofix/game/guitarscene/instruments/Guitar.py | 2 +- fofix/game/guitarscene/instruments/Instrument.py | 2 +- fofix/game/guitarscene/instruments/Vocalist.py | 2 +- 26 files changed, 28 insertions(+), 28 deletions(-) diff --git a/fofix/core/Config.py b/fofix/core/Config.py index 717ab9030..96a5b9d52 100644 --- a/fofix/core/Config.py +++ b/fofix/core/Config.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire # # Copyright (C) 2006 Sami Kyöstilä # diff --git a/fofix/core/GameEngine.py b/fofix/core/GameEngine.py index ba8a91df6..be7c180ac 100644 --- a/fofix/core/GameEngine.py +++ b/fofix/core/GameEngine.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire # # Copyright (C) 2006 Sami Ky?stil? # diff --git a/fofix/core/Image.py b/fofix/core/Image.py index 41771f771..18a2a3cca 100644 --- a/fofix/core/Image.py +++ b/fofix/core/Image.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire X # # Copyright (C) 2006 Sami Kyöstilä # diff --git a/fofix/core/Input.py b/fofix/core/Input.py index 50aef1199..d7a1e2065 100644 --- a/fofix/core/Input.py +++ b/fofix/core/Input.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire # # Copyright (C) 2006 Sami Kyöstilä # diff --git a/fofix/core/Language.py b/fofix/core/Language.py index dd6647a15..660b0a642 100644 --- a/fofix/core/Language.py +++ b/fofix/core/Language.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire # # Copyright (C) 2006 Sami Kyöstilä # diff --git a/fofix/core/Microphone.py b/fofix/core/Microphone.py index 6b23877e9..3363b6b3a 100644 --- a/fofix/core/Microphone.py +++ b/fofix/core/Microphone.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire X (FoFiX) # # Copyright (C) 2009 Team FoFiX # diff --git a/fofix/core/Mod.py b/fofix/core/Mod.py index ce1c344c8..ef5a49cab 100644 --- a/fofix/core/Mod.py +++ b/fofix/core/Mod.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire # # Copyright (C) 2006 Sami Ky?stil? # diff --git a/fofix/core/Player.py b/fofix/core/Player.py index e73bffe89..37a47f4fb 100644 --- a/fofix/core/Player.py +++ b/fofix/core/Player.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire # # Copyright (C) 2006 Sami Kyöstilä # diff --git a/fofix/core/Resource.py b/fofix/core/Resource.py index bbe5deeb0..81bab8e4f 100644 --- a/fofix/core/Resource.py +++ b/fofix/core/Resource.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire # # Copyright (C) 2006 Sami Ky?stil? # diff --git a/fofix/core/Settings.py b/fofix/core/Settings.py index 9da3a86d3..837ed6361 100644 --- a/fofix/core/Settings.py +++ b/fofix/core/Settings.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire # # Copyright (C) 2006 Sami Kyöstilä # diff --git a/fofix/core/Shader.py b/fofix/core/Shader.py index 46fb5f3ae..9bdc5ea5f 100644 --- a/fofix/core/Shader.py +++ b/fofix/core/Shader.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire # # Copyright (C) 2009 Vlad Emelyanov # diff --git a/fofix/core/Texture.py b/fofix/core/Texture.py index c27d58a48..0ca91658e 100644 --- a/fofix/core/Texture.py +++ b/fofix/core/Texture.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire # # Copyright (C) 2006 Sami Kyöstilä # diff --git a/fofix/core/Theme.py b/fofix/core/Theme.py index 6f1cd5d8e..cd23435ee 100644 --- a/fofix/core/Theme.py +++ b/fofix/core/Theme.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire X (FoFiX) # # Copyright (C) 2006 Sami Kyöstilä # diff --git a/fofix/core/Video.py b/fofix/core/Video.py index 3a509797f..106c3930e 100644 --- a/fofix/core/Video.py +++ b/fofix/core/Video.py @@ -1,5 +1,5 @@ -################################################################## -# -*- coding: iso-8859-1 -*- # +##################################################################### +# -*- coding: utf-8 -*- # # # # Frets on Fire # # Copyright (C) 2006 Sami Kyöstilä # diff --git a/fofix/core/View.py b/fofix/core/View.py index 0ed1fe2af..d12e34e67 100644 --- a/fofix/core/View.py +++ b/fofix/core/View.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire # # Copyright (C) 2006 Sami Kyöstilä # diff --git a/fofix/game/Dialogs.py b/fofix/game/Dialogs.py index 317e02a60..aab0d4aa7 100644 --- a/fofix/game/Dialogs.py +++ b/fofix/game/Dialogs.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire # # Copyright (C) 2006 Sami Kyöstilä # diff --git a/fofix/game/GameResultsScene.py b/fofix/game/GameResultsScene.py index e9250fd30..5fde7628e 100644 --- a/fofix/game/GameResultsScene.py +++ b/fofix/game/GameResultsScene.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire # # Copyright (C) 2006 Sami Kyöstilä # diff --git a/fofix/game/Menu.py b/fofix/game/Menu.py index faba3d1e1..fb90ae924 100644 --- a/fofix/game/Menu.py +++ b/fofix/game/Menu.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire # # Copyright (C) 2006 Sami Kyöstilä # diff --git a/fofix/game/Scorekeeper.py b/fofix/game/Scorekeeper.py index 4aa5d1cd0..16efd2203 100644 --- a/fofix/game/Scorekeeper.py +++ b/fofix/game/Scorekeeper.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire # # Copyright (C) 2006 Sami Kyöstilä # diff --git a/fofix/game/guitarscene/GuitarScene.py b/fofix/game/guitarscene/GuitarScene.py index 76e922262..170a71df8 100644 --- a/fofix/game/guitarscene/GuitarScene.py +++ b/fofix/game/guitarscene/GuitarScene.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire # # Copyright (C) 2006 Sami Ky�stil? # diff --git a/fofix/game/guitarscene/Neck.py b/fofix/game/guitarscene/Neck.py index c1275c6d0..7aad84fb5 100644 --- a/fofix/game/guitarscene/Neck.py +++ b/fofix/game/guitarscene/Neck.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire # # Copyright (C) 2009 Team FoFiX # @@ -7,7 +7,7 @@ # # # This program is free software; you can redistribute it and/or # # modify it under the terms of the GNU General Public License # -# as published by the Free Software Foundation; either version 2 #++- +# as published by the Free Software Foundation; either version 2 # # of the License, or (at your option) any later version. # # # # This program is distributed in the hope that it will be useful, # diff --git a/fofix/game/guitarscene/Rockmeter.py b/fofix/game/guitarscene/Rockmeter.py index bb3fe1822..7328377c0 100644 --- a/fofix/game/guitarscene/Rockmeter.py +++ b/fofix/game/guitarscene/Rockmeter.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire # # Copyright (C) 2009 Blazingamer # diff --git a/fofix/game/guitarscene/instruments/Drum.py b/fofix/game/guitarscene/instruments/Drum.py index 19dff7a32..b26ad49eb 100644 --- a/fofix/game/guitarscene/instruments/Drum.py +++ b/fofix/game/guitarscene/instruments/Drum.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire # # Copyright (C) 2006 Sami Kyostila # diff --git a/fofix/game/guitarscene/instruments/Guitar.py b/fofix/game/guitarscene/instruments/Guitar.py index b54df1b8a..2058bab68 100644 --- a/fofix/game/guitarscene/instruments/Guitar.py +++ b/fofix/game/guitarscene/instruments/Guitar.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire # # Copyright (C) 2006 Sami Kyostila # diff --git a/fofix/game/guitarscene/instruments/Instrument.py b/fofix/game/guitarscene/instruments/Instrument.py index 01a7637c4..c36e458ae 100644 --- a/fofix/game/guitarscene/instruments/Instrument.py +++ b/fofix/game/guitarscene/instruments/Instrument.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire # # Copyright (C) 2009 Blazingamer # diff --git a/fofix/game/guitarscene/instruments/Vocalist.py b/fofix/game/guitarscene/instruments/Vocalist.py index 42510c8ac..c39722973 100644 --- a/fofix/game/guitarscene/instruments/Vocalist.py +++ b/fofix/game/guitarscene/instruments/Vocalist.py @@ -1,5 +1,5 @@ ##################################################################### -# -*- coding: iso-8859-1 -*- # +# -*- coding: utf-8 -*- # # # # Frets on Fire X (FoFiX) # # Copyright (C) 2009 Team FoFiX #