[pybliographer] Add encoding within the files with utf-8 characters
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pybliographer] Add encoding within the files with utf-8 characters
- Date: Sat, 7 Oct 2017 01:38:53 +0000 (UTC)
commit d80af285b1ac19ef3f60368292054f88a6192b5a
Author: Germán Poo-Caamaño <gpoo gnome org>
Date: Fri Oct 6 22:28:56 2017 -0300
Add encoding within the files with utf-8 characters
https://bugzilla.gnome.org/show_bug.cgi?id=781912
Pyblio/Autoload.py | 1 +
Pyblio/Config.py | 1 +
Pyblio/Format/BibTeX.py | 1 +
Pyblio/GnomeUI/Editor.py | 1 +
Pyblio/GnomeUI/FileSelector.py | 1 +
Pyblio/GnomeUI/OpenURL.py | 1 +
Pyblio/LyX.py | 1 +
Pyblio/Open.py | 1 +
Pyblio/Resource.py | 1 +
Pyblio/Style/Parser.py | 1 +
pybliographer.py | 1 +
scripts/pybliocheck.py | 1 +
scripts/pybliocompact.py | 1 +
scripts/pyblioformat.py | 1 +
scripts/pybliotex.py | 1 +
15 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/Pyblio/Autoload.py b/Pyblio/Autoload.py
index 9485c66..28bddcc 100644
--- a/Pyblio/Autoload.py
+++ b/Pyblio/Autoload.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# This file is part of pybliographer
#
# Copyright (C) 1998-2004 Frederic GOBRY
diff --git a/Pyblio/Config.py b/Pyblio/Config.py
index fab8d94..67c5752 100644
--- a/Pyblio/Config.py
+++ b/Pyblio/Config.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# This file is part of pybliographer
#
# Copyright (C) 1998-2004 Frederic GOBRY
diff --git a/Pyblio/Format/BibTeX.py b/Pyblio/Format/BibTeX.py
index 35005ce..9ad76d5 100644
--- a/Pyblio/Format/BibTeX.py
+++ b/Pyblio/Format/BibTeX.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# This file is part of pybliographer
#
# Copyright (C) 1998-2004 Frederic GOBRY
diff --git a/Pyblio/GnomeUI/Editor.py b/Pyblio/GnomeUI/Editor.py
index ccbb30a..31dd40d 100644
--- a/Pyblio/GnomeUI/Editor.py
+++ b/Pyblio/GnomeUI/Editor.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# This file is part of pybliographer
#
# Copyright (C) 1998-2004 Frederic GOBRY
diff --git a/Pyblio/GnomeUI/FileSelector.py b/Pyblio/GnomeUI/FileSelector.py
index 6cd7310..25a22c8 100644
--- a/Pyblio/GnomeUI/FileSelector.py
+++ b/Pyblio/GnomeUI/FileSelector.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# This file is part of pybliographer
#
# Copyright (C) 1998-2004 Frederic GOBRY
diff --git a/Pyblio/GnomeUI/OpenURL.py b/Pyblio/GnomeUI/OpenURL.py
index d809c4a..bed9192 100644
--- a/Pyblio/GnomeUI/OpenURL.py
+++ b/Pyblio/GnomeUI/OpenURL.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# This file is part of pybliographer
#
# Copyright (C) 1998-2004 Frederic GOBRY
diff --git a/Pyblio/LyX.py b/Pyblio/LyX.py
index 2de54b6..f355935 100644
--- a/Pyblio/LyX.py
+++ b/Pyblio/LyX.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# This file is part of pybliographer
#
# Copyright (C) 1998-2004 Frederic GOBRY
diff --git a/Pyblio/Open.py b/Pyblio/Open.py
index 4995005..4df3a9a 100644
--- a/Pyblio/Open.py
+++ b/Pyblio/Open.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# This file is part of pybliographer
#
# Copyright (C) 1998-2004 Frederic GOBRY
diff --git a/Pyblio/Resource.py b/Pyblio/Resource.py
index 918307b..cf84424 100644
--- a/Pyblio/Resource.py
+++ b/Pyblio/Resource.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# This file is part of pybliographer
#
# Copyright (C) 2005 Peter Schulte-Stracke
diff --git a/Pyblio/Style/Parser.py b/Pyblio/Style/Parser.py
index 03244c2..39d1497 100644
--- a/Pyblio/Style/Parser.py
+++ b/Pyblio/Style/Parser.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# This file is part of pybliographer
#
# Copyright (C) 1998-2004 Frederic GOBRY
diff --git a/pybliographer.py b/pybliographer.py
index c37ca50..4d8b28a 100644
--- a/pybliographer.py
+++ b/pybliographer.py
@@ -1,4 +1,5 @@
#! @python_path@
+# -*- coding: utf-8 -*-
# This file is part of pybliographer
#
# Copyright (C) 1998-2004 Frederic GOBRY
diff --git a/scripts/pybliocheck.py b/scripts/pybliocheck.py
index 06e889b..f798edc 100644
--- a/scripts/pybliocheck.py
+++ b/scripts/pybliocheck.py
@@ -1,4 +1,5 @@
# -*- python -*-
+# -*- coding: utf-8 -*-
# This file is part of pybliographer
#
# Copyright (C) 1998-2004 Frederic GOBRY
diff --git a/scripts/pybliocompact.py b/scripts/pybliocompact.py
index 904cf1e..8416939 100644
--- a/scripts/pybliocompact.py
+++ b/scripts/pybliocompact.py
@@ -1,4 +1,5 @@
# -*- python -*-
+# -*- coding: utf-8 -*-
# This file is part of pybliographer
#
# Copyright (C) 1998-2004 Frederic GOBRY
diff --git a/scripts/pyblioformat.py b/scripts/pyblioformat.py
index fa7ab8d..910a626 100644
--- a/scripts/pyblioformat.py
+++ b/scripts/pyblioformat.py
@@ -1,4 +1,5 @@
# -*- python -*-
+# -*- coding: utf-8 -*-
# This file is part of pybliographer
#
# Copyright (C) 1998-2004 Frederic GOBRY
diff --git a/scripts/pybliotex.py b/scripts/pybliotex.py
index e889519..50f3a0e 100644
--- a/scripts/pybliotex.py
+++ b/scripts/pybliotex.py
@@ -1,4 +1,5 @@
# -*- python -*-
+# -*- coding: utf-8 -*-
# This file is part of pybliographer
#
# Copyright (C) 1998-2004 Frederic GOBRY
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]