aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-22 11:26:45 -0500
committerBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-22 11:26:45 -0500
commitd8c3a38f8d94833808f5a6ab4b5aed07c22f508e (patch)
treeafc0fd685ca97923d7aacadbe0ffe0696663e346
parenta2be67cf6c22a7a0401892921a779488891bf121 (diff)
downloadbbj-d8c3a38f8d94833808f5a6ab4b5aed07c22f508e.tar.gz
hang me
-rw-r--r--clients/urwid/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/urwid/main.py b/clients/urwid/main.py
index 28c0990..a5815e5 100644
--- a/clients/urwid/main.py
+++ b/clients/urwid/main.py
@@ -1224,7 +1224,7 @@ class App(object):
descriptor, path = tempfile.mkstemp()
with open(path, "w") as _:
_.write(init_body)
- run("%s %s" % (self.prefs["editor"], path), shell=True)
+ run("export LANG=en_US.UTF-8; %s %s" % (self.prefs["editor"], path), shell=True)
with open(path) as _:
body = _.read()
os.remove(path)
Un proyecto texto-plano.xyz