Summary: | Change Case Error in Turkish | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-ktexteditor | Reporter: | Emir SARI <emir_sari> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | christoph, waqar.17a |
Priority: | NOR | ||
Version First Reported In: | 5.103.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/ktexteditor/commit/0b73f31daefdd047d04616efb41fc28698a663b3 | Version Fixed In: | |
Sentry Crash Report: |
Description
Emir SARI
2023-03-09 11:30:19 UTC
Can confirm the issue. We can fix this by using QLocale::toLower / QLocale::toUpper, Git commit f1b56d0f47af2c90e129cf27eafe978812f22ef0 by Christoph Cullmann. Committed on 11/03/2023 at 15:27. Pushed by cullmann into branch 'master'. honor locale for upper/lower casing M +5 -2 src/document/katedocument.cpp https://invent.kde.org/frameworks/ktexteditor/commit/f1b56d0f47af2c90e129cf27eafe978812f22ef0 Thank you! Git commit 0b73f31daefdd047d04616efb41fc28698a663b3 by Christoph Cullmann. Committed on 11/03/2023 at 15:56. Pushed by cullmann into branch 'master'. allow that specific locale is set M +2 -2 src/document/katedocument.cpp https://invent.kde.org/frameworks/ktexteditor/commit/0b73f31daefdd047d04616efb41fc28698a663b3 (In reply to Emir SARI from comment #3) > Thank you! No problem, thanks for reporting :) |