------------------------------------------------------------
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': '&#8249;',
                    '\x9b': '&#8250;',
                    '\xbc': '&#188;',
-                   '\xbd': '&#190;',
+                   '\xbe': '&#190;',
+                   '\xa2': '&#162;'
                   }
 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

Reply via email to