summarylogtreecommitdiffstats
path: root/pull_154_utf8.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pull_154_utf8.patch')
-rw-r--r--pull_154_utf8.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/pull_154_utf8.patch b/pull_154_utf8.patch
deleted file mode 100644
index 66279be938d3..000000000000
--- a/pull_154_utf8.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur GDriveFS-0.14.3-orig/gdrivefs/gdtool/normal_entry.py GDriveFS-0.14.3/gdrivefs/gdtool/normal_entry.py
---- GDriveFS-0.14.3-orig/gdrivefs/gdtool/normal_entry.py 2016-03-20 20:40:04.593869779 -0600
-+++ GDriveFS-0.14.3/gdrivefs/gdtool/normal_entry.py 2016-03-20 20:41:27.672855022 -0600
-@@ -213,7 +213,7 @@
- return data
-
- def get_data(self):
-- original = dict([(key.encode('ASCII'), value)
-+ original = dict([(key.encode('utf8'), value)
- for key, value
- in self.__raw_data.iteritems()])
-