From 3037364ef9f6445cce1d047e9781075261033a92 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Mon, 26 Jul 2010 20:54:54 -0500 Subject: [PATCH] more unicode fake replacements, now that i reverted the real fix --- dr.botzo.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dr.botzo.py b/dr.botzo.py index e9f526c..8dd0a98 100755 --- a/dr.botzo.py +++ b/dr.botzo.py @@ -185,7 +185,9 @@ class GoogleTranslate(Module): translation = translation.replace('\\u0026quot;', '"') translation = translation.replace('\\u0026amp;', '&') translation = translation.replace('\\u003c', '<') + translation = translation.replace('\\u0026lt;', '<') translation = translation.replace('\\u003e', '>') + translation = translation.replace('\\u0026gt;', '>') translation = translation.replace('\\u0026#39;', '\'') if replypath is None: