summaryrefslogtreecommitdiff
path: root/src/dbus/qdbusinternalfilters.cpp
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2023-05-09 11:57:12 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2023-05-15 14:02:47 +0200
commit4768fcf836f1eb0f59ab62a29eb821b433a239c1 (patch)
tree6732b7b9568fc9237f063e1fbaf8763016d2e222 /src/dbus/qdbusinternalfilters.cpp
parent637e1542cfd75969edabba547af693f29411e6aa (diff)
downloadqtbase-4768fcf836f1eb0f59ab62a29eb821b433a239c1.tar.gz
Fix case-sensitivity of exponent separator check in Cyrillic fall-back
When matching the locale's correct exponent separator, QLocale was doing a case-insensitive match; but the Cyrillic fall-back was matching case-sensitively, so failed to catch the case of lower-case e and its Cyrillic equivalent, when used in a Cyrillic font in place of the upper-case form of the other, where that's the locale's official separator. So make this comparison case-insensitive. Added some test-cases for the lower-case exponential separator. Pick-to: 6.5 Fixes: QTBUG-113443 Change-Id: I18e22d7b3451fbb61e87d5b93661eadff3c7356e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Ievgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>
Diffstat (limited to 'src/dbus/qdbusinternalfilters.cpp')
0 files changed, 0 insertions, 0 deletions