[Webkit-unassigned] [Bug 149056] [GTK] Spellchecker rejects word when adding a period character if there is no trailing space before the next word

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 17 11:24:30 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=149056

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://userguide.icu-projec |
                   |t.org/boundaryanalysis      |

--- Comment #12 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Here is the ICU documentation: http://userguide.icu-project.org/boundaryanalysis

Note that each of the four period characters is clearly shown to be a word boundary character in the example "Your balance is $1234.56... I think."

It says it follows this standard for determining word boundaries: http://www.unicode.org/reports/tr29/#Word_Boundaries

That standard includes a grammar used to determine whether the period (U+002 FULL STOP) as well as other punctuation characters constitutes a word boundary or not, depending on the context of its use. (E.g. in 1234.56 it's not a word boundary.) We of course don't want to implement that in WebKit; I suspect ICU has already done so.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160217/9f222e9b/attachment.html>


More information about the webkit-unassigned mailing list