Bug 470491 - Broken Capitalizing Function in Kate
Summary: Broken Capitalizing Function in Kate
Status: CONFIRMED
Alias: None
Product: kate
Classification: Applications
Component: general (other bugs)
Version First Reported In: 23.04.1
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-31 14:30 UTC by John
Modified: 2023-07-02 14:55 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John 2023-05-31 14:30:57 UTC
SUMMARY
***
Capitalizing in Kate is broken in English language.
***

STEPS TO REPRODUCE
1. Write the following text in Kate "what you don't do"
2. Highlight the text
3. To capitalize this "text/title" press 'ctrl+alt+u"

OBSERVED RESULT
1. This is what is generated: "What You Don'T Do"

EXPECTED RESULT
1. This is what should be generated instead: "What You Don't Do"

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9
X11
Comment 1 Christoph Cullmann 2023-07-02 14:55:32 UTC
I assume we can try to improve the algorithm, it will still not be really language aware.