| Summary: | Turkish dotted i is not displayed correctly | ||
|---|---|---|---|
| Product: | [Applications] gcompris | Reporter: | Emir SARI <emir_sari> |
| Component: | general | Assignee: | Jazeix Johnny <jazeix> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | iOS | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Emir SARI
2023-04-16 13:52:17 UTC
Hi, thanks for reporting the issue. I don't manage to find the İ in the keyboard (https://kbdlayout.info/kbdtuf), can you help? On Turkish Q layout, it corresponds to the “ ‘ key next to Enter. On F layout, it’s the key that corresponds to S in standard Q layout. I mean, “ ‘ relative to the standard US Q layout. Thanks, I can reproduce. I've opened a bug in Qt: https://bugreports.qt.io/browse/QTBUG-112898 If there are no solution in Qt directly, we can add a function in c++ (in ApplicationInfo) that will do the conversion as it works when using QLocale tr("tr_TR"); tr.toUpper();
The same would need to be added for toLowe I think.
|