https://bugzilla.wikimedia.org/show_bug.cgi?id=50841
--- Comment #11 from Liangent <[email protected]> --- (In reply to comment #10) > (In reply to comment #8) > > For us it would be helpful if we could separate those two aspects. If little > > existing content relies on language conversion being disabled in nowiki, > > then > > that might actually be possible. > > There shouldn't be much. It's the case just because in Parser.php, > > $text = $this->mStripState->unstripNoWiki( $text ); > > is placed after > > $text = $this->getConverterLanguage()->convert( $text ); > > but I'm not 100% sure this is just something accidental (or placed in this > order delibrately). Oh I got it. We want to have <nowiki>-{ }-</nowiki> work, so we can't place -{ }- back until all other -{ }- markups have been processed, but this also mean other text in nowiki misses the chance to be converted... -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
