From: Aryeh Gregor Date: Thu, 27 May 2010 00:42:39 +0000 (+0000) Subject: Remove ‌ and   from trunk X-Git-Tag: 1.31.0-rc.0~36702 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=d4f604ce03c151a1e8bb3ab83123c2ff65ec54de;p=lhc%2Fweb%2Fwiklou.git Remove ‌ and   from trunk 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. --- diff --git a/maintenance/fuzz-tester.php b/maintenance/fuzz-tester.php index acfd06650f..6af8a1570c 100644 --- a/maintenance/fuzz-tester.php +++ b/maintenance/fuzz-tester.php @@ -454,8 +454,9 @@ class wikiFuzz { "|", // hex version. "ü", // malformed hex variant, MSB not zero. - // a "lignature" - http://www.robinlionheart.com/stds/html4/spchars#ligature - "‌" + // a "lignature" - http://www.robinlionheart.com/stds/html4/spchars#ligature + // ‌ == ‌ + "‌" ); // Defines various wiki-related bits of syntax, that can potentially cause