[jhbuild] Support Non-ASCII chars in pathnames (GNOME bug 658881)
- From: Craig Keogh <cskeogh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] Support Non-ASCII chars in pathnames (GNOME bug 658881)
- Date: Sun, 18 Sep 2011 12:03:02 +0000 (UTC)
commit fb23256dff8b29a885c44df5bcd3cf302799ff4a
Author: Craig Keogh <cskeogh adam com au>
Date: Sun Sep 18 21:20:02 2011 +0930
Support Non-ASCII chars in pathnames (GNOME bug 658881)
examples/sample.jhbuildrc | 1 +
scripts/jhbuild.in | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/examples/sample.jhbuildrc b/examples/sample.jhbuildrc
index ed68f19..d152b66 100644
--- a/examples/sample.jhbuildrc
+++ b/examples/sample.jhbuildrc
@@ -1,4 +1,5 @@
# -*- mode: python -*-
+# -*- coding: utf-8 -*-
# edit this file to match your settings and copy it to ~/.jhbuildrc
diff --git a/scripts/jhbuild.in b/scripts/jhbuild.in
index dc9ccdf..aee6b73 100644
--- a/scripts/jhbuild.in
+++ b/scripts/jhbuild.in
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+# -*- coding: utf-8 -*-
import sys
import os
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]