<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:mcatanzaro&#64;igalia.com" title="Michael Catanzaro &lt;mcatanzaro&#64;igalia.com&gt;"> <span class="fn">Michael Catanzaro</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Spellchecker rejects word when adding a period character if there is no trailing space before the next word"
   href="https://bugs.webkit.org/show_bug.cgi?id=149056">bug 149056</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">URL</td>
           <td>http://userguide.icu-project.org/boundaryanalysis
           </td>
           <td>
               &nbsp;
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Spellchecker rejects word when adding a period character if there is no trailing space before the next word"
   href="https://bugs.webkit.org/show_bug.cgi?id=149056#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Spellchecker rejects word when adding a period character if there is no trailing space before the next word"
   href="https://bugs.webkit.org/show_bug.cgi?id=149056">bug 149056</a>
              from <span class="vcard"><a class="email" href="mailto:mcatanzaro&#64;igalia.com" title="Michael Catanzaro &lt;mcatanzaro&#64;igalia.com&gt;"> <span class="fn">Michael Catanzaro</span></a>
</span></b>
        <pre>Here is the ICU documentation: <a href="http://userguide.icu-project.org/boundaryanalysis">http://userguide.icu-project.org/boundaryanalysis</a>

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

It says it follows this standard for determining word boundaries: <a href="http://www.unicode.org/reports/tr29/#Word_Boundaries">http://www.unicode.org/reports/tr29/#Word_Boundaries</a>

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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>