diff options
Diffstat (limited to '')
-rw-r--r-- | Mailman/Utils.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 |