Strip U+0000 in wikitext
[lhc/web/wiklou.git] / languages / LanguageConverter.php
index 361a9a7..6a426e5 100644 (file)
@@ -380,6 +380,7 @@ class LanguageConverter {
                $literalBlob = '';
 
                // Guard against delimiter nulls in the input
+               // (should never happen: see T159174)
                $text = str_replace( "\000", '', $text );
 
                $markupMatches = null;