https://bugs.documentfoundation.org/show_bug.cgi?id=116718
--- Comment #5 from Michael Warner <[email protected]> --- In my testing, a sentence break is not recognized when the next sentence begins with a lower-case character. For example, in the attached file, if you apply sentence case to the second sentence (whether there is a selection active or not), it won't capitalize the first character. I have traced through the code path into BreakIterator_Unicode::endOfSentence in breakiterator_unicode.cxx, and found that the start position returned by sentence.mpValue->mpBreakIterator->following(nStartPos); is wrong. My supposition is that the true error lies in loadICUBreakIterator, but I haven't been able to follow that logic well enough to find it. -- You are receiving this mail because: You are the assignee for the bug.
