------------------------------------------------------------ revno: 1300 committer: Mark Sapiro <msap...@value.net> branch nick: 2.1 timestamp: Tue 2011-04-26 08:45:42 -0700 message: Yet another change to the broken browser HTML escaping. modified: Mailman/Utils.py
-- lp:mailman/2.1 https://code.launchpad.net/~mailman-coders/mailman/2.1 Your team Mailman Checkins is subscribed to branch lp:mailman/2.1. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'Mailman/Utils.py' --- Mailman/Utils.py 2011-04-26 07:21:07 +0000 +++ Mailman/Utils.py 2011-04-26 15:45:42 +0000 @@ -429,7 +429,8 @@ _broken_browser = {'\x8b': '‹', '\x9b': '›', '\xbc': '¼', - '\xbd': '¾', + '\xbe': '¾', + '\xa2': '¢' } def websafe(s): # Archiver can pass unicode here. Just skip them as the
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org