Revert "Remove commented code"

This reverts commit 9022159c87.

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2010-08-01 19:27:44 -05:00
parent 9022159c87
commit d4fc5e77eb
1 changed files with 8 additions and 0 deletions

View File

@ -69,6 +69,14 @@ class GoogleTranslate(Module):
translation = translation.replace('\\\\', '\\')
#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;', '\'')
return self.reply(connection, replypath, translation)
# vi:tabstop=4:expandtab:autoindent