Skip to content
Snippets Groups Projects
Commit 0e850142 authored by Daniel Brown's avatar Daniel Brown
Browse files

Trying out utf8 fixes

parent fdbed9bc
Branches
No related tags found
No related merge requests found
......@@ -1515,7 +1515,8 @@ class kat(object):
for line in fifo:
if (sys.version_info < (3, 0)):
#if (sys.version_info < (3, 0)):
line = line.decode("utf8") # Make sure we're using unicode encoding
v = line.split(u":", 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment