mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Let's try this out.
This commit is contained in:
parent
2d79a470dc
commit
b5f48db29e
@ -163,7 +163,7 @@ def output(results, params):
|
||||
class OutputFormatter:
|
||||
def boil(self, data):
|
||||
if type(data) == type(u""):
|
||||
return data.encode("ISO-8859-1", "replace")
|
||||
return data.encode("utf-8", "replace")
|
||||
else:
|
||||
return data
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user