-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.0.2, 5.9.9, 5.12.12, 5.15.19, 6.0.4, 6.2.13, 6.5.9, 6.8.4, 6.9.2, 6.10.0 Beta3
-
None
Commit 2fbb69a09361bf1ecf517516f76405c3be494d6d (https://codereview.qt-project.org/c/qt/qtbase/+/40284) changed the Unicode WordBreakClass values for DOT (.) and COLON (:) from the Unicode standard values. This impacts derived properties such as Case_Ignoreable and therefore the Greek Final Sigma case-folding. It also means some functions, backed by ICU, have one behaviour while Qt-native functions differ.
Revert the change for 6.11 and see what breaks.