<html style="direction: ltr;">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <style id="bidiui-paragraph-margins" type="text/css">body p { margin-bottom: 0cm; margin-top: 0pt; } </style>
  </head>
  <body bidimailui-charset-is-forced="true" style="direction: ltr;">
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 13/06/2022 11:40, Tzafrir Cohen
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:Yqb4BRDadNCs3kiM@malaclypse.cohens.org.il"><br>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">If you can find the part of the code that outpus, simply inserting
an "LRM" character between cells should, at the very least, greatly
improve things.
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
Isn't that what LRE and PDF are for?

</pre>
    </blockquote>
    <p>I'm not sure what they are there for, but they are very dangerous
      in such contexts.</p>
    <p>First of all, they set explicit paragraph direction, so you need
      to to explicitly analyze the text (or have out of bounds way to
      determine) whether it is LTR or RTL. Then you need to sanitize the
      text in case it has LRE/RLE/PDF in it, that would destroy your
      wrapper.</p>
    <p><br>
    </p>
    <p>So, no, I wouldn't use them for this purpose.<br>
    </p>
  </body>
</html>