diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 3cd29ddf1..6c2274048 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,12 @@ +2003-08-14 Alex Roitman + * src/FrenchRepublic.py: Insert encoding line because non-ascii + charatcers are used. This behavior is deprecated and causes warnings + in python 2.3. + * src/const.py.in: Likewise. + * src/FamilyView.py: Likewise. + * src/SelectChild.py: Likewise. + * src/plugins/rel_ru.py: Likewise. + 2003-08-14 Don Allingham * src/DbPrompter.py: removed #! at top of file * src/gramps.py: removed #! at top of file diff --git a/gramps2/src/FamilyView.py b/gramps2/src/FamilyView.py index a8b85e389..f94bb8842 100644 --- a/gramps2/src/FamilyView.py +++ b/gramps2/src/FamilyView.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # # Gramps - a GTK+/GNOME based genealogy program # diff --git a/gramps2/src/FrenchRepublic.py b/gramps2/src/FrenchRepublic.py index 0c7f923c3..f8747d5cf 100644 --- a/gramps2/src/FrenchRepublic.py +++ b/gramps2/src/FrenchRepublic.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # # Gramps - a GTK+/GNOME based genealogy program # diff --git a/gramps2/src/SelectChild.py b/gramps2/src/SelectChild.py index 07389c8f7..cdc7b4035 100644 --- a/gramps2/src/SelectChild.py +++ b/gramps2/src/SelectChild.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # # Gramps - a GTK+/GNOME based genealogy program # diff --git a/gramps2/src/const.py.in b/gramps2/src/const.py.in index 7f586769a..367eea2d1 100644 --- a/gramps2/src/const.py.in +++ b/gramps2/src/const.py.in @@ -1,4 +1,6 @@ # -*- python -*- +# -*- coding: utf-8 -*- +# # Gramps - a GTK+/GNOME based genealogy program # # Copyright (C) 2000, 2003 Donald N. Allingham diff --git a/gramps2/src/plugins/rel_ru.py b/gramps2/src/plugins/rel_ru.py index 03f25388b..89a11dda1 100644 --- a/gramps2/src/plugins/rel_ru.py +++ b/gramps2/src/plugins/rel_ru.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # # Gramps - a GTK+/GNOME based genealogy program #