<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:eyalroz@technion.ac.il" title="Eyal Rozenberg <eyalroz@technion.ac.il>"> <span class="fn">Eyal Rozenberg</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Wrong type numbers in right to left (RTL)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123524">bug 123524</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;">Status</td>
           <td>NEW
           </td>
           <td>NEEDINFO
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Wrong type numbers in right to left (RTL)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123524#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Wrong type numbers in right to left (RTL)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123524">bug 123524</a>
              from <span class="vcard"><a class="email" href="mailto:eyalroz@technion.ac.il" title="Eyal Rozenberg <eyalroz@technion.ac.il>"> <span class="fn">Eyal Rozenberg</span></a>
</span></b>
        <pre>1. Your sample doesn't have dashes, it has minus signs. While those are often
used instead of dashes, they're not the same thing.
2. Suppose we treat the minus sign as a dash. Why would the dash not appear
_after_ the number, i.e. to the right of the number? It's reasonable to assume
that the dash will be followed by more text, in which case the placement is
valid.

What _could_ be a bug is:

1. If we treat the minus as a minus sign, which is obviously a possibility -
then it should be one number minus another number, so the minus should be
placed to the right of the digits.

2. If we treat the minus as a dash, the fact that it's directly adjacent to a
number suggests it is more likely to be continued by another number rather than
by an RTL character.

But what we really need to do is look at the Unicode bidirectional algorithm
(UAX 9) and see what is says on this matter. It's located here:

<a href="http://www.unicode.org/reports/tr9/">http://www.unicode.org/reports/tr9/</a>

it's not an easy read, though.</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>