Issue 127258

Summary: Capitalisation failure when character preceded by " or (
Product: Writer Reporter: VJRS <vjrstevens>
Component: formattingAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Minor    
Priority: P5 (lowest)    
Version: 4.1.3   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Latest Confirmation in: 4.1.3
Developer Difficulty: ---

Description VJRS 2016-12-23 15:02:30 UTC
A minor issue:

If one uses      Format --> Change Case --> Capitalise every word       where the operand is a string with brackets or inverted commas immediately preceding a lower case letter, capitalisation of that letter fails.

A good "idea" is...          becomes            A Good "idea" Is...

Minor, but I am sure unintended.
Comment 1 Marcus 2016-12-23 15:33:55 UTC
I've played a bit with other combinations:

Tell Me "hello" 'hello' “hello“ (hello) {hello} [hello] <hello> |hello /hello \hello ?hello .hello ,hello ;hello :hello +hello *hello ~hello #hello !hello §hello $hello %hello &hello =hello 'hello `hello -hello _hello 1hello 0hello World

It seems it's in general not working when the word is followed immediately after a non-alphabetical character. And it's also occuring on Linux.

Therefore I've changed the issue type, hardware and OS. However, I second that it should be analyzed if it can be improved.