From ccf511f7634c630e2395a23fb89c73c5c6279652 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Tue, 26 Apr 2011 08:45:42 -0700 Subject: Yet another change to the broken browser HTML escaping. --- Mailman/Utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Mailman/Utils.py') diff --git a/Mailman/Utils.py b/Mailman/Utils.py index 4a9f34a6..f9a4e690 100644 --- a/Mailman/Utils.py +++ b/Mailman/Utils.py @@ -429,7 +429,8 @@ _ampre = re.compile('&((?:#[0-9]+|[a-z]+);)', re.IGNORECASE) _broken_browser = {'\x8b': '‹', '\x9b': '›', '\xbc': '¼', - '\xbd': '¾', + '\xbe': '¾', + '\xa2': '¢' } def websafe(s): # Archiver can pass unicode here. Just skip them as the -- cgit v1.2.3