Commits

Ayush Joshi authored 1b4cf359589
FIX #3719 -- Fix `clang` conversion warnings We should perform an explicit type conversion to `unsigned char` before passing the `const char` data to `IsValidXmlCharacter()` and `IsNormalizableWhitespace()` functions in order to avoid compile time conversion warnings Signed-off-by: Ayush Joshi <ayush854032@gmail.com>