<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - EDITING: Regression in handling of the group separator in formula context"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123752#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - EDITING: Regression in handling of the group separator in formula context"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123752">bug 123752</a>
              from <span class="vcard"><a class="email" href="mailto:bugz.j@tukesoft.com" title="Jouni Kosonen <bugz.j@tukesoft.com>"> <span class="fn">Jouni Kosonen</span></a>
</span></b>
        <pre>(In reply to Eike Rathke from <a href="show_bug.cgi?id=123752#c6">comment #6</a>)
<span class="quote">> What happens is that 12_345,67 (here with '_' for the no-break space) is
> lexically tokenized to

> 12
> _345
> ,67

> which then leads to three numbers 12 and 345 (because there in the number
> parser the no-break space is just a leading space) and 0,67 (from which
> stems the extra 0 because a leading decimal separator is allowed), which
> then with the formula tokens concatenated as strings produces 123450,67</span >

That would explain the extra zero and also the Err:509 afterwards, since that
ends up producing three numeric tokens with no operators in between.

It doesn't explain *why* this happens or why it *doesn't* happen when there is
a decimal separator but no group separator.

Both 6.1 and 6.2 have now been released with this behavior and I can't find
anything related in gerrit, is this being worked on or should I just try to
figure out some kind of a fix myself?</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>