Remove ‌ and   from trunk
authorAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 27 May 2010 00:42:39 +0000 (00:42 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 27 May 2010 00:42:39 +0000 (00:42 +0000)
See r66254 for context.  I'm doing this separately because I need to
manually add comments, since I don't want to insert Unicode literals
that are just whitespace.  Only one instance of each.

maintenance/fuzz-tester.php

index acfd066..6af8a15 100644 (file)
@@ -454,8 +454,9 @@ class wikiFuzz {
             "&#x7C;",     // hex version.
             "&#xFC;",     // malformed hex variant, MSB not zero.
 
-            // a "lignature" - http://www.robinlionheart.com/stds/html4/spchars#ligature
-            "&zwnj;"
+                       // a "lignature" - http://www.robinlionheart.com/stds/html4/spchars#ligature
+                       // &#8204; == &zwnj;
+            "&#8204;"
                 );
 
     // Defines various wiki-related bits of syntax, that can potentially cause