While discussing Capitalize case, I have noticed a bug with this.
I have always interpreted this to mean that the first letter of the first word of every sentence becomes a capital letter, along with nouns.
But using this on consecutive sentences, only the first letter is ever capitalised. Subsequent sentences then get reverted to lower case.
This is expected...
Code:
Hi, I am from France. I am also German. My third sentence.
But using Capitalize case, you end up with...
Code:
Hi, I am from france. i am also german. my third sentence.
Not only are nouns uncapitalised, but letters at the start of a sentence are also uncapitalised.