Even more unicode fixes

This commit is contained in:
Manuel Ebert 2014-03-28 13:43:58 -07:00
parent 3ff1e43e03
commit 14d249c3c9
3 changed files with 3 additions and 2 deletions

View file

@ -110,7 +110,7 @@ def update_config(config, new_config, scope, force_local=False):
def run(manual_args=None):
args = parse_args(manual_args)
args.text = map(lambda p: p.decode('utf-8'), args.text)
if args.version:
version_str = "{0} version {1}".format(jrnl.__title__, jrnl.__version__)
print(util.py2encode(version_str))