User "Brion VIBBER" posted a comment on MediaWiki.r90723.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90723#c18664
Commit summary:

* (bug 29564) Fix XML export output when LiquidThreads thread data contains 
bogus UTF-8

We should still fix the input validation so that signature threads are 
truncated cleanly etc, but this will fix the XML export of such bogus data by 
running the bits through UtfNormal::cleanUp(). This applies UTF-8 validation, 
removes bogus sequences, and also applies NFC transformations, as is already 
done on the rest of the XML export output.

Comment:

Needs merge to 1.17 and 1.18 release branches and the current deployment 
branch; should fix XML export dumps for huwiki and any other affected wikis.


_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to