------------------------------------------------------------ revno: 1167 committer: Mark Sapiro <msap...@value.net> branch nick: 2.2 timestamp: Tue 2011-04-26 08:47:20 -0700 message: Yet another change to the broken browser HTML escaping. modified: Mailman/Utils.py
-- lp:mailman/2.2 https://code.launchpad.net/~mailman-coders/mailman/2.2 Your team Mailman Checkins is subscribed to branch lp:mailman/2.2. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman/2.2/+edit-subscription
=== modified file 'Mailman/Utils.py' --- Mailman/Utils.py 2011-04-26 07:22:29 +0000 +++ Mailman/Utils.py 2011-04-26 15:47:20 +0000 @@ -430,7 +430,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