summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authorWojciech Siewierski <wojciech.siewierski@onet.pl>2017-12-17 20:01:56 +0100
committerWojciech Siewierski <wojciech.siewierski@onet.pl>2017-12-17 20:14:36 +0100
commit366b1deff7c3deec7fbf8245e23e7d095ea11c14 (patch)
tree5424e660441fd66bf02c21079c02fbede010f4b1 /ranger
parent095dbfbce75a05ceb5e2aaf83637576fbbc9f0b9 (diff)
downloadranger-366b1deff7c3deec7fbf8245e23e7d095ea11c14.tar.gz
Change the encoding from utf8 to utf-8
Both work for Python just as well but the former causes GNU Emacs to
freak out.
Diffstat (limited to 'ranger')
-rw-r--r--ranger/ext/widestring.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/ext/widestring.py b/ranger/ext/widestring.py
index ed66f3c7..0153c16c 100644
--- a/ranger/ext/widestring.py
+++ b/ranger/ext/widestring.py
@@ -1,4 +1,4 @@
-# -*- encoding: utf8 -*-
+# -*- encoding: utf-8 -*-
 # This file is part of ranger, the console file manager.
 # License: GNU GPL version 3, see the file "AUTHORS" for details.
 
123'>123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187