qt5base-lts/tests/auto/xml
Sona Kurazyan da0d7f61c8 QDom: Stop treating non-BMP characters as invalid
According to https://www.w3.org/TR/REC-xml/#NT-Char unicode characters
within the range of [#x10000-#x10FFFF] are considered to be valid, so
fix the check for valid characters accordingly. This requires changing
the loop over the input QString to iterate over code points (instead of
code units).

Fixes: QTBUG-104362
Pick-to: 6.4 6.3 6.2 5.15
Change-Id: I7dcf5cad05265a54882807a50522d28b647e06ee
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
2022-06-20 21:29:04 +00:00
..
dom QDom: Stop treating non-BMP characters as invalid 2022-06-20 21:29:04 +00:00
CMakeLists.txt Activate tst_qdom for Android 2022-02-22 17:22:58 +01:00