index.md (749B)
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. This is achieved using the GNU FriBiDi library, which is an additional dependency for this patch. 9 10 without dwm-bidi: 11 12 ![dwm with no bidi](dwm-bidi-without-fix.png) 13 14 with dwm-bidi: 15 16 ![dwm with bidi](dwm-bidi-fix.png) 17 18 Download 19 -------- 20 * [dwm-bidi-restricted-20230512-e81f17d.diff](dwm-bidi-restricted-20230512-e81f17d.diff) 21 * [dwm-bidi-20220309-0386419.diff](dwm-bidi-20220309-0386419.diff) 22 * [dwm-bidi-20220219-302953a.diff](dwm-bidi-20220219-302953a.diff) (old) 23 24 Authors 25 ------- 26 * Mahdi Mirzadeh - <https://mirzadeh.pro>