[vlc-commits] Specify encoding
Olivier Aubert
git at videolan.org
Thu Apr 7 23:48:43 CEST 2016
vlc/python | branch: master | Olivier Aubert <contact at olivieraubert.net> | Thu Apr 7 15:50:36 2016 +0200| [7b41356b1fab8464462641df1b76b5148e404213] | committer: Olivier Aubert
Specify encoding
Some docstrings contain UTF8 characters
> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=7b41356b1fab8464462641df1b76b5148e404213
---
generator/header.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/generator/header.py b/generator/header.py
index 50c4b9e..e853b68 100755
--- a/generator/header.py
+++ b/generator/header.py
@@ -1,4 +1,5 @@
#! /usr/bin/python
+# -*- coding: utf8 -*-
# Python ctypes bindings for VLC
#
More information about the vlc-commits
mailing list