https://bugs.kde.org/show_bug.cgi?id=363222
--- Comment #3 from Kåre Särs <kare.s...@iki.fi> --- Jonathan: The idea is not bad, but it would probably complicate the code quite much. How would you capitalize the following: foo -> baar but how about: FOO -> BAAr or FOO -> BAAR And how do you convert all instances of Foo, foo, FOO and fOO to Foo? I think the replace needs to be case sensitive except if you have explicit \U, \L or \I. Unfortunately I don't think this reaches very high on my priority list. Sorry :( ('\U\1' and friends is on my TODO) -- You are receiving this mail because: You are watching all bug changes.