<div dir="ltr">
<p>Hi there,</p>
<p>I'm using Fribidi for reordering my texts before displaying it on my embedded device.<br>
For some special characters like"\uFE8D\uFEE3\uFEE0\uFE8E\FB8e"//املاک<br>
which contain "\uFEE0\uFE8E"// ل+ا<br>
it convert these specific characters to the "\uFEFC\uFEFF" لا+zero width space<br>
which cause some problems to me.<br>
How could I order to preventing from this replacements?<br>
this is how  use Fribidi:</p>

<div><br></div><div>
<pre><code>stat =  fribidi_log2vis(
/* input */
utf16Buf,
tmpLen,
&pbase_dir,
/* output */
reorderedStr,
NULL,
NULL,
NULL);</code></pre>

</div></div>