https://bugs.documentfoundation.org/show_bug.cgi?id=51611
Andreas Heinisch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #13 from Andreas Heinisch <[email protected]> --- This bug could be solved now since we have change the whitespaces to from u_isWhitespace to u_isUWhiteSpace. However, I am not completely sure what gotoStartOfWord should do or select since it includes abbreviations. For instance: My name is Dr. Foo Bar. If you place the cursor into the word "Dr.", it will select the entire word including the punctuation. The same holds for the second word ("Bar."). If we change the algorithms, we have "Dr" (without punctuation) and "Bar". Which one is correct here? -- You are receiving this mail because: You are the assignee for the bug.
