| Summary: | Accents on latest letter not appearing on suggested (Italian) words in Autocompletion feature | ||
|---|---|---|---|
| Product: | [Applications] lokalize | Reporter: | Valter Mura <valtermura> |
| Component: | editor | Assignee: | Simon Depiets <sdepiets> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | aacid, feus73, kde-i18n-it, shafff, smart2128vr |
| Priority: | NOR | ||
| Version First Reported In: | 24.08.2 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/sdk/lokalize/-/commit/11959e666dcebee03e08f3dbebbd219a7519d4a4 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | Accented vowels missing | ||
|
Description
Valter Mura
2024-11-04 11:17:56 UTC
Can confirm. If I remember correctly, this issue started with Lokalize 24.08. Operating System: openSUSE Tumbleweed 20241031 KDE Plasma Version: 6.2.2 KDE Frameworks Version: 6.7.0 Qt Version: 6.8.0 Kernel Version: 6.11.5-1-default (64-bit) Graphics Platform: Wayland Can you attach a screenshot of where it shows wrong? For me it shows correctly (in catalan, but should not matter) and maybe i'm looking at the wrong place? Attached you'll find a screenshot describing the issue. The complete word should be "affidabilità" Created attachment 175533 [details]
Accented vowels missing
ah, autocompletion, misunderstood, yes i can confirm Git commit 6b059cd72112c31ba85968e7fa43521cd91b4cff by Albert Astals Cid. Committed on 15/11/2024 at 15:35. Pushed by aacid into branch 'master'. Accept unicode chars in regexps M +1 -1 src/common/diff.cpp M +1 -1 src/completionstorage.h M +1 -1 src/editortab.cpp M +1 -1 src/glossary/glossaryview.h M +2 -2 src/tm/jobs.cpp M +1 -1 src/tm/tmtab.cpp M +2 -1 src/tm/tmview.cpp https://invent.kde.org/sdk/lokalize/-/commit/6b059cd72112c31ba85968e7fa43521cd91b4cff Git commit 11959e666dcebee03e08f3dbebbd219a7519d4a4 by Albert Astals Cid. Committed on 15/11/2024 at 16:57. Pushed by aacid into branch 'release/24.12'. Accept unicode chars in regexps (cherry picked from commit 6b059cd72112c31ba85968e7fa43521cd91b4cff) M +1 -1 src/common/diff.cpp M +1 -1 src/completionstorage.h M +1 -1 src/editortab.cpp M +1 -1 src/glossary/glossaryview.h M +2 -2 src/tm/jobs.cpp M +1 -1 src/tm/tmtab.cpp M +2 -1 src/tm/tmview.cpp https://invent.kde.org/sdk/lokalize/-/commit/11959e666dcebee03e08f3dbebbd219a7519d4a4 Thank you Albert!! |