index.md (602B)
1 Bidirectional Text 2 ================== 3 4 Description 5 ----------- 6 This patch adds proper support for Right-To-Left languages. (such as Farsi, Arabic or Hebrew) 7 8 Texts combining both RTL and LTR languages are displayed correctly in images. 9 This is achieved using the GNU FriBiDi library, which is an additional dependency for this patch. 10 11 without sent-bidi: 12 13 ![sent without bidi](sent-without-bidi.png) 14 15 with sent-bidi: 16 17 ![sent with bidi](sent-with-bidi.png) 18 19 Download 20 -------- 21 * [sent-bidi-20220622-9ed2713.diff](sent-bidi-20220622-9ed2713.diff) 22 23 Authors 24 ------- 25 * Mahdi Mirzadeh - <https://mirzadeh.pro>