Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
--bidi-workaround problem #2019
Comments
|
Can you elaborate what exactly the problem with fribidi is here? Can you test out what the maximum line length is from where it occurs? |
|
In this example fribidi printed first words "سال ۲۰۱۳ با..." in last line; it is one line printed to four lines, fribidi prints first words in last line, then prints other words in 3th line and ... to first line, this problem is created when line length is more then terminal window width |
|
Fixed in 5d681e9, we now use bidiv if available. |
|
Thank you for fix! |
@phihag I think fribidi has problem with long lines while bidiv doesn't have this problem, but bidiv has problem with half-distance, it can be replaced with space; I suggest you to replace fribidi with bidiv.

in this screenshot bidiv has correct print: