<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 - Add non-breaking spaces between value and Format code symbols in Format cells"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=111982">111982</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Add non-breaking spaces between value and Format code symbols in Format cells
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>5.4.0.3 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>enhancement
          </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>MurzNN@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>At now LibreOffice calc add non-breaking space only for numbers separator, so
number 1000000 is formatted as "1&nbsp;000&nbsp;000" - it's ok.
But when we add symbols to number, they are separated by breaking space symbol,
for example in EUR German format "1000000" is represented as
"1&nbsp;000&nbsp;000 €" instead of "1&nbsp;000&nbsp;000&nbsp;€", so in cell
this number can be splitted to 2 lines, like:
```
1 000 000

```

Will be good to add all spaces from Format code as non-breaking space, or
provide special symbol for insert non-breaking space in Format code.</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>