Skip to content

Commit

Permalink
coding: utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzion committed Sep 23, 2010
1 parent 38ee9a2 commit 4c41f45
Show file tree
Hide file tree
Showing 21 changed files with 83 additions and 88 deletions.
9 changes: 5 additions & 4 deletions src/AnimationPlayer.py
@@ -1,8 +1,9 @@
#!/usr/bin/env python
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-
#####################################################################
# Animation Layer for FoFiX #
# Copyright (C) 2009 Pascal Giard <evilynux@gmail.com> #
# #
# Frets on Fire X (FoFiX) #
# Copyright (C) 2009-2010 FoFiX Team #
# See CREDITS for a full list of contributors #
# #
# This program is free software; you can redistribute it and/or #
# modify it under the terms of the GNU General Public License #
Expand Down
7 changes: 4 additions & 3 deletions src/Camera.py
@@ -1,8 +1,9 @@
# -*- coding: utf-8 -*-
#####################################################################
# -*- coding: iso-8859-1 -*- #
# #
# Frets on Fire #
# Copyright (C) 2006 Sami Kyöstilä #
# Frets on Fire X (FoFiX) #
# Copyright (C) 2009-2010 FoFiX Team #
# See CREDITS for a full list of contributors #
# #
# This program is free software; you can redistribute it and/or #
# modify it under the terms of the GNU General Public License #
Expand Down
9 changes: 4 additions & 5 deletions src/Credits.py
@@ -1,10 +1,9 @@
# -*- coding: utf-8 -*-
#####################################################################
# -*- coding: iso-8859-1 -*- #
# #
# Frets on Fire #
# Copyright (C) 2006 Sami Kyöstilä #
# 2008 myfingershurt #
# 2008 evilynux <evilynux@gmail.com> #
# Frets on Fire X (FoFiX) #
# Copyright (C) 2009-2010 FoFiX Team #
# See CREDITS for a full list of contributors #
# #
# This program is free software; you can redistribute it and/or #
# modify it under the terms of the GNU General Public License #
Expand Down
8 changes: 4 additions & 4 deletions src/Font.py
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
#####################################################################
# -*- coding: iso-8859-1 -*- #
# #
# Frets on Fire #
# Copyright (C) 2006 Sami Kyöstilä #
# 2008 evilynux <evilynux@gmail.com> #
# Frets on Fire X (FoFiX) #
# Copyright (C) 2009-2010 FoFiX Team #
# See CREDITS for a full list of contributors #
# #
# This program is free software; you can redistribute it and/or #
# modify it under the terms of the GNU General Public License #
Expand Down
10 changes: 5 additions & 5 deletions src/Log.py
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
#####################################################################
# -*- coding: iso-8859-1 -*- #
# #
# Frets on Fire #
# Copyright (C) 2006 Sami Kyöstilä #
# 2009 John Stumpo #
# Frets on Fire X (FoFiX) #
# Copyright (C) 2009-2010 FoFiX Team #
# See CREDITS for a full list of contributors #
# #
# This program is free software; you can redistribute it and/or #
# modify it under the terms of the GNU General Public License #
Expand Down Expand Up @@ -49,7 +49,7 @@
logFile = open(Version.PROGRAM_UNIXSTYLE_NAME + ".log", "w") #MFH - local logfile!

# Character encoding to use for logging.
encoding = "iso-8859-1"
encoding = "utf-8"

if "-v" in sys.argv or "--verbose" in sys.argv:
quiet = False
Expand Down
10 changes: 4 additions & 6 deletions src/MainMenu.py
@@ -1,11 +1,9 @@
# -*- coding: utf-8 -*-
#####################################################################
# -*- coding: iso-8859-1 -*- #
# #
# Frets on Fire #
# Copyright (C) 2006 Sami Kyöstilä #
# 2008 myfingershurt #
# 2008 Blazingamer #
# 2008 evilynux <evilynux@gmail.com> #
# Frets on Fire X (FoFiX) #
# Copyright (C) 2009-2010 FoFiX Team #
# See CREDITS for a full list of contributors #
# #
# This program is free software; you can redistribute it and/or #
# modify it under the terms of the GNU General Public License #
Expand Down
7 changes: 4 additions & 3 deletions src/Mesh.py
@@ -1,8 +1,9 @@
# -*- coding: utf-8 -*-
#####################################################################
# -*- coding: iso-8859-1 -*- #
# #
# Frets on Fire #
# Copyright (C) 2006 Sami Kyöstilä #
# Frets on Fire X (FoFiX) #
# Copyright (C) 2009-2010 FoFiX Team #
# See CREDITS for a full list of contributors #
# #
# This program is free software; you can redistribute it and/or #
# modify it under the terms of the GNU General Public License #
Expand Down
6 changes: 3 additions & 3 deletions src/Microphone.py
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
#####################################################################
# -*- coding: iso-8859-1 -*- #
# #
# Frets on Fire X (FoFiX) #
# Copyright (C) 2009 Team FoFiX #
# 2009 John Stumpo #
# Copyright (C) 2009-2010 FoFiX Team #
# See CREDITS for a full list of contributors #
# #
# This program is free software; you can redistribute it and/or #
# modify it under the terms of the GNU General Public License #
Expand Down
7 changes: 4 additions & 3 deletions src/Mod.py
@@ -1,8 +1,9 @@
# -*- coding: utf-8 -*-
#####################################################################
# -*- coding: iso-8859-1 -*- #
# #
# Frets on Fire #
# Copyright (C) 2006 Sami Kyöstilä #
# Frets on Fire X (FoFiX) #
# Copyright (C) 2009-2010 FoFiX Team #
# See CREDITS for a full list of contributors #
# #
# This program is free software; you can redistribute it and/or #
# modify it under the terms of the GNU General Public License #
Expand Down
9 changes: 4 additions & 5 deletions src/Resource.py
@@ -1,10 +1,9 @@
# -*- coding: utf-8 -*-
#####################################################################
# -*- coding: iso-8859-1 -*- #
# #
# Frets on Fire #
# Copyright (C) 2006 Sami Kyöstilä #
# 2008 myfingershurt #
# 2008 evilynux <evilynux@gmail.com> #
# Frets on Fire X (FoFiX) #
# Copyright (C) 2009-2010 FoFiX Team #
# See CREDITS for a full list of contributors #
# #
# This program is free software; you can redistribute it and/or #
# modify it under the terms of the GNU General Public License #
Expand Down
7 changes: 3 additions & 4 deletions src/Scene.py
@@ -1,10 +1,9 @@
# -*- coding: utf-8 -*-
#####################################################################
# -*- coding: iso-8859-1 -*- #
# #
# Frets on Fire X (FoFiX) #
# Copyright (C) 2006 Sami Kyöstilä #
# 2009 FoFiX Team #
# 2009 akedrou #
# Copyright (C) 2009-2010 FoFiX Team #
# See CREDITS for a full list of contributors #
# #
# This program is free software; you can redistribute it and/or #
# modify it under the terms of the GNU General Public License #
Expand Down
7 changes: 3 additions & 4 deletions src/SceneFactory.py
@@ -1,10 +1,9 @@
# -*- coding: utf-8 -*-
#####################################################################
# -*- coding: iso-8859-1 -*- #
# #
# Frets on Fire X (FoFiX) #
# Copyright (C) 2006 Sami Kyöstilä #
# 2009 FoFiX Team #
# 2009 akedrou #
# Copyright (C) 2009-2010 FoFiX Team #
# See CREDITS for a full list of contributors #
# #
# This program is free software; you can redistribute it and/or #
# modify it under the terms of the GNU General Public License #
Expand Down
16 changes: 4 additions & 12 deletions src/Scorekeeper.py
@@ -1,17 +1,9 @@
# -*- coding: utf-8 -*-
#####################################################################
# -*- coding: iso-8859-1 -*- #
# #
# Frets on Fire #
# Copyright (C) 2006 Sami Kyöstilä #
# 2008 Alarian #
# 2008 myfingershurt #
# 2008 Glorandwarf #
# 2008 Spikehead777 #
# 2008 QQStarS #
# 2008 Blazingamer #
# 2008 evilynux <evilynux@gmail.com> #
# 2008 fablaculp #
# 2009 akedrou #
# Frets on Fire X (FoFiX) #
# Copyright (C) 2009-2010 FoFiX Team #
# See CREDITS for a full list of contributors #
# #
# This program is free software; you can redistribute it and/or #
# modify it under the terms of the GNU General Public License #
Expand Down
7 changes: 4 additions & 3 deletions src/Shader.py
@@ -1,8 +1,9 @@
# -*- coding: utf-8 -*-
#####################################################################
# -*- coding: iso-8859-1 -*- #
# #
# Frets on Fire #
# Copyright (C) 2009 Vlad Emelyanov #
# Frets on Fire X (FoFiX) #
# Copyright (C) 2009-2010 FoFiX Team #
# See CREDITS for a full list of contributors #
# #
# This program is free software; you can redistribute it and/or #
# modify it under the terms of the GNU General Public License #
Expand Down
9 changes: 4 additions & 5 deletions src/Svg.py
@@ -1,10 +1,9 @@
# -*- coding: utf-8 -*-
#####################################################################
# -*- coding: iso-8859-1 -*- #
# #
# Frets on Fire X #
# Copyright (C) 2006 Sami Kyöstilä #
# 2008 myfingershurt #
# 2008 evilynux <evilynux@gmail.com> #
# Frets on Fire X (FoFiX) #
# Copyright (C) 2009-2010 FoFiX Team #
# See CREDITS for a full list of contributors #
# #
# This program is free software; you can redistribute it and/or #
# modify it under the terms of the GNU General Public License #
Expand Down
7 changes: 4 additions & 3 deletions src/Task.py
@@ -1,8 +1,9 @@
# -*- coding: utf-8 -*-
#####################################################################
# -*- coding: iso-8859-1 -*- #
# #
# Frets on Fire #
# Copyright (C) 2006 Sami Kyöstilä #
# Frets on Fire X (FoFiX) #
# Copyright (C) 2009-2010 FoFiX Team #
# See CREDITS for a full list of contributors #
# #
# This program is free software; you can redistribute it and/or #
# modify it under the terms of the GNU General Public License #
Expand Down
7 changes: 4 additions & 3 deletions src/Texture.py
@@ -1,8 +1,9 @@
# -*- coding: utf-8 -*-
#####################################################################
# -*- coding: iso-8859-1 -*- #
# #
# Frets on Fire #
# Copyright (C) 2006 Sami Kyöstilä #
# Frets on Fire X (FoFiX) #
# Copyright (C) 2009-2010 FoFiX Team #
# See CREDITS for a full list of contributors #
# #
# This program is free software; you can redistribute it and/or #
# modify it under the terms of the GNU General Public License #
Expand Down
7 changes: 4 additions & 3 deletions src/Version.py
@@ -1,8 +1,9 @@
# -*- coding: utf-8 -*-
#####################################################################
# -*- coding: iso-8859-1 -*- #
# #
# Frets on Fire #
# Copyright (C) 2006 Sami Kyöstilä #
# Frets on Fire X (FoFiX) #
# Copyright (C) 2009-2010 FoFiX Team #
# See CREDITS for a full list of contributors #
# #
# This program is free software; you can redistribute it and/or #
# modify it under the terms of the GNU General Public License #
Expand Down
8 changes: 5 additions & 3 deletions src/VideoPlayer.py
@@ -1,8 +1,10 @@
#!/usr/bin/env python
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-
#####################################################################
# Video Playback Layer for FoFiX #
# Copyright (C) 2009 Pascal Giard <evilynux@gmail.com> #
# #
# Frets on Fire X (FoFiX) #
# Copyright (C) 2009-2010 FoFiX Team #
# See CREDITS for a full list of contributors #
# #
# This program is free software; you can redistribute it and/or #
# modify it under the terms of the GNU General Public License #
Expand Down
6 changes: 3 additions & 3 deletions src/World.py
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
#####################################################################
# -*- coding: iso-8859-1 -*- #
# #
# Frets on Fire X (FoFiX) #
# Copyright (C) 2009 FoFiX Team #
# 2009 akedrou #
# Copyright (C) 2009-2010 FoFiX Team #
# See CREDITS for a full list of contributors #
# #
# This program is free software; you can redistribute it and/or #
# modify it under the terms of the GNU General Public License #
Expand Down
8 changes: 4 additions & 4 deletions src/setup.py
@@ -1,10 +1,10 @@
#!/usr/bin/env python
# -*- coding: iso-8859-1 -*- #
# -*- coding: utf-8 -*-
#####################################################################
# #
# Frets on Fire X #
# Frets on Fire X (FoFiX) #
# Copyright (C) 2009-2010 FoFiX Team #
# 2006 Sami Kyöstilä #
# See CREDITS for a full list of contributors #
# #
# This program is free software; you can redistribute it and/or #
# modify it under the terms of the GNU General Public License #
Expand Down Expand Up @@ -55,7 +55,7 @@ def isSystemDLL(pathname):
#stump: the parameter below must consist only of up to four numerical fields separated by dots
Version.versionNum(),
file_description="Frets on Fire X",
legal_copyright=r"© 2008-2010 FoFiX Team. GNU GPL v2 or later.",
legal_copyright=r"© 2008-2010 FoFiX Team. GNU GPL v2 or later.",
company_name="FoFiX Team",
internal_name="FoFiX.exe",
original_filename="FoFiX.exe",
Expand Down

0 comments on commit 4c41f45

Please sign in to comment.