<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 08/12/2012 15:25, Zaher Dirkey
      wrote:<br>
    </div>
    <blockquote
cite="mid:CABKDQHxfW4oaH_UCdFJh6YzAzfJwcosqvrgzWepV2b8gnY=6Jw@mail.gmail.com"
      type="cite">
      <div dir="ltr"><font face="tahoma,sans-serif">I see there is a
          unit, and you are use it SynEditTextBidiChars.<br>
          <br>
          So What for USE_UTF8BIDI_LCL? and this units FreeBidi and
          utf8bidi?<br>
        </font></div>
      <br>
    </blockquote>
    Those 2 units seem way incomplete.<br>
    <br>
    SynEdit currently needs 2 things:<br>
    <br>
    1) combining chars (that may move to LazUtils.. Lets see<br>
    <br>
    2) stronk and weak RTL/LTR detection.<br>
    That is definetly not gcomplete in the above 2 units.<br>
    And SynEdit needs to integrate the highlighter in that.<br>
    <br>
    ',+; are all weak<br>
    <br>
    but in Pascal:<br>
    a:='arab1'+'arab2+''more arab';<br>
    <br>
    the '+' must be LTR<br>
    the +'' must be RTL (all in string)<br>
    <br>
  </body>
</html>