[FriBidi] converting "\uFEE0\uFE8E" to the "\uFEFC\uFEFF" while reording the text via fribidi

Mahmoud Hoseinipour mhdizgah at gmail.com
Sat Jan 11 17:42:07 UTC 2020


Hi there,

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

stat =  fribidi_log2vis(
/* input */
utf16Buf,
tmpLen,
&pbase_dir,
/* output */
reorderedStr,
NULL,
NULL,
NULL);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/fribidi/attachments/20200111/4681df4c/attachment.htm>


More information about the fribidi mailing list