Skip to content

Simplify SanitiseXMLString.

Rika requested to merge runewalsh/source:usxs into main

Second part of #39800. This greatly simplifies SanitiseXMLString (DEBUG_NODE_XML thing) by delegating most of its work on validating UTF-8 to Utf8CodepointLen which became more suitable for this use as of late.

Edited by Rika

Merge request reports