Let's try this out.

This commit is contained in:
Jeremy Fincher 2004-02-13 04:42:35 +00:00
parent 2d79a470dc
commit b5f48db29e

View File

@ -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