<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#c6">Comment # 6</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:erack@redhat.com" title="Eike Rathke <erack@redhat.com>"> <span class="fn">Eike Rathke</span></a>
</span></b>
<pre>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</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>