From b5f48db29e43d9264ccd051c61d62d851d680c57 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 13 Feb 2004 04:42:35 +0000 Subject: [PATCH] Let's try this out. --- others/google.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/others/google.py b/others/google.py index e157ca39c..dd5720be4 100644 --- a/others/google.py +++ b/others/google.py @@ -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