<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - localc does not understand unicode minus"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117037">117037</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>localc does not understand unicode minus
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>5.4.5.1 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Calc
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mwelinder@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:




Steps to Reproduce:
1. In lowriter, enter "−1000".  (That is not a hyphen, but a unicode minus,
0x2212).
2. Select, Copy, and then paste into A1 in localc.
3. In A2, enter "=A1+1".
4. In A3, enter "=ISNUMBER(A1)"


Actual Results:  
Observed: A1 shows "−1000", right-justified as-if it was recognized
as a number.  A2 shows an error.  A3 shows FALSE.


Expected Results:
Expected: B1 shows "-999" or "−999".  A3 shows TRUE.

Further expected: anything not recognized as a number should be shown
left-justified after paste.



Reproducible: Always


User Profile Reset: No



Additional Info:
Stock OpenSuSE 43.3



User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101
Firefox/59.0</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>