-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various RTL errors #165
Comments
Ok, I've never reported bugs before, so I'm hoping these are easy enough to understand and find. |
Thank you very much! I had notes on these and was going to make an issue, so I appreciate you taking the time. I hope to address these soon-ish. Going by feel, they don't look like they'd have any blockers, except perhaps for the slider bar item C. I'll add this to the backlog close to the top, and as I start work on it I'll add notes here. Cheers! |
I found this resource and thought it might be a useful guide. |
I've added a few more here (E, F + G) and will stuff keep adding more, but that's the most of it now. If we need to split any into separate issues, we can do so. |
E is due to how Lute tokenizes the elements: in "1,900", "1" becomes a token, then ",", then "900", so those are output backwards. fyi only. :-) It's a tough problem. F and G pdf stuff: PDF is brutal to work with. https://jzohrab.github.io/lute-manual/faq/books/pdf-import.html gives some brief notes about the problem. fyi only again. |
Understood, thanks for the further info! Focus on the easy ones and get to the tricky stuff on another day. :) So, how are the texts tokenised? I'd like to explore it a little. Which files does Lute create and work with? Maybe I can think of something from a linguistics perspective. |
Some of these are tougher than others, so I'll pull out smaller issues from the main as I can, and will reference this issue from them. |
Several RTL bugs -- (moving to new issues if needed)
Remaining
C. (Reading page) Page changing bar at top should be RTL instead of LTR;
E. Numbers with , and . are ordered wrongly. BIDI issue?
Expected:
Current:
F. PDF import of RTL languages is broken
G. PDF export of RTL languages is broken
Fixed items
The text was updated successfully, but these errors were encountered: