Skip to content

Commit

Permalink
Fix encoding
Browse files Browse the repository at this point in the history
Files are in UTF-8 but the declaration says ISO Latin 1.
  • Loading branch information
jtojnar committed Jul 14, 2019
1 parent 6fd4b1b commit 60477af
Show file tree
Hide file tree
Showing 73 changed files with 74 additions and 74 deletions.
2 changes: 1 addition & 1 deletion bin/pytrainer
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion extensions/dotclear/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) DJ [email protected] http://blog.dedj.be

Expand Down
2 changes: 1 addition & 1 deletion extensions/wordpress/wordpress.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion imports/file_garmintcxv1.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]
# Modified by dgranda
Expand Down
2 changes: 1 addition & 1 deletion imports/file_garmintcxv2.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]
# Modified by dgranda
Expand Down
2 changes: 1 addition & 1 deletion imports/file_garmintools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]
# Modified by dgranda
Expand Down
2 changes: 1 addition & 1 deletion imports/file_gpxplus.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]
# Modified by dgranda
Expand Down
2 changes: 1 addition & 1 deletion imports/file_gpxplusNokia.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]
# Modified by dgranda
Expand Down
2 changes: 1 addition & 1 deletion imports/file_kml20.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]
# Modified by dgranda
Expand Down
2 changes: 1 addition & 1 deletion imports/tool_gant.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]
# Modified by dgranda
Expand Down
2 changes: 1 addition & 1 deletion imports/tool_garmintools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]
# Modified by dgranda
Expand Down
2 changes: 1 addition & 1 deletion imports/tool_gpsbabel.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]
# Modified by dgranda
Expand Down
2 changes: 1 addition & 1 deletion plugins/garmin-hr-file/garminhrfile.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C)

Expand Down
2 changes: 1 addition & 1 deletion plugins/garmin-hr/garminhr.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion plugins/garmin-tcxv2/garmin-tcxv2.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]
# Modified by dgranda
Expand Down
2 changes: 1 addition & 1 deletion plugins/garmintools/garmintools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]
# Modified by dgranda
Expand Down
2 changes: 1 addition & 1 deletion plugins/googleearth/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion plugins/googleearth/main.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/athlete.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]
#Modified by dgranda
Expand Down
2 changes: 1 addition & 1 deletion pytrainer/core/activity.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/core/equipment.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Nathan Jones [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/core/sport.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Nathan Jones [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/daygraph.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/environment.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Nathan Jones [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/extension.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/extensions/googlemaps.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/extensions/mapviewer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/extensions/waypointeditor.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
4 changes: 2 additions & 2 deletions pytrainer/gui/aboutdialog.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]
# Jakinbidea & Grupo Ikusnet Developer
Expand Down Expand Up @@ -34,7 +34,7 @@ def run(self):
about_dialog.set_destroy_with_parent(True)
about_dialog.set_name("pytrainer")
about_dialog.set_version(self.version)
about_dialog.set_copyright("Copyright \xc2\xa9 2005-09 Fiz Vázquez")
about_dialog.set_copyright("Copyright © 2005-09 Fiz Vázquez")
about_dialog.set_website("https://github.com/pytrainer/pytrainer")
about_dialog.set_website_label("https://github.com/pytrainer/pytrainer")
about_dialog.set_comments("The free sport tracking center")
Expand Down
2 changes: 1 addition & 1 deletion pytrainer/gui/dialogselecttrack.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]
# Jakinbidea & Grupo Ikusnet Developer
Expand Down
2 changes: 1 addition & 1 deletion pytrainer/gui/drawArea.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/gui/drawGraph.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/gui/equipment.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Nathan Jones [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/gui/popupmenu.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]
#Copyright (C) Arto Jantunen <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion pytrainer/gui/warning.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/gui/windowcalendar.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/gui/windowextensions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/gui/windowplugins.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/gui/windowprofile.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/gui/windowrecord.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/heartrategraph.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/importdata.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/lib/date.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]
# [email protected]
Expand Down
2 changes: 1 addition & 1 deletion pytrainer/lib/ddbb.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]
# [email protected]
Expand Down
2 changes: 1 addition & 1 deletion pytrainer/lib/fileUtils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/lib/graphdata.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/lib/gtrnctr2gpx.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/lib/singleton.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion pytrainer/lib/srtmdownload.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion pytrainer/lib/uc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion pytrainer/lib/xmlUtils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]
# [email protected]
Expand Down
2 changes: 1 addition & 1 deletion pytrainer/lib/xmlValidation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C)

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]
# Modified by dgranda
Expand Down
2 changes: 1 addition & 1 deletion pytrainer/monthgraph.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/platform.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Nathan Jones [email protected]
#modified by dgranda on behalf of Debian bug #587997 (trac ticket #120)
Expand Down
2 changes: 1 addition & 1 deletion pytrainer/plugins.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/record.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]
#Modified by dgranda
Expand Down
2 changes: 1 addition & 1 deletion pytrainer/recordgraph.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/save.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Fiz Vazquez [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/stats.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Sigurður H. Pálsson [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/test/test_environment.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Nathan Jones [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/test/upgrade/test_data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Nathan Jones [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/test/upgrade/versions/test_version014.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Nathan Jones [email protected]

Expand Down
2 changes: 1 addition & 1 deletion pytrainer/timegraph.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-

#Copyright (C) Sigurður H. Pálsson [email protected]

Expand Down
Loading

0 comments on commit 60477af

Please sign in to comment.