Details
Description
With issue XSTR-473 the validation of characters for XML 1.0 has been introduced. This works fine for most of the charcters that are not allowed in XML, but it does not work for the characters in the range #x10 and #x1F, which are not allowed as well refering to the XML spec:
#x9 | #xA | #xD | x20-#xD7FF | xE000-#xFFFD | x10000-#x10FFFF
Can you provide a test case please?