From mhdizgah at gmail.com Sat Jan 11 17:42:07 2020 From: mhdizgah at gmail.com (Mahmoud Hoseinipour) Date: Sat, 11 Jan 2020 21:12:07 +0330 Subject: [FriBidi] converting "\uFEE0\uFE8E" to the "\uFEFC\uFEFF" while reording the text via fribidi Message-ID: 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: