-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
Add bidi support #63
Labels
Needs upstream fix
The issue cannot be fixed in this project and waits for an upstream fix.
Comments
Closed
Closed
This issue is stale because it has been open for 120 days with no activity. |
Duplicates:
Is there an upstream issue somewhere? |
This was referenced Mar 7, 2024
Closed
Closed
This issue is stale because it has been open for 120 days with no activity. |
Not stale, #930 (comment) |
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Messengers are among those apps in which people with different languages (RTL/LTR) might make content. It is also possible people make mixed text on RTL and LTR. Therefore it is crucial to support bidirectional (bidi) text support in such apps. currently FluffyChat (at least in version 0.30.0 on Gnu/Linux Kubutnu 20.04) doesn't support it. As the result, text are shown in LTR direction regardless of in what language they are written.
To Reproduce
Simple! Just write some RTL text (from Persian, Arabic, Urdu,..) It would be better if it be mixed. I would sugget to write this text: "یک two سه four". If you see it in this order, it is wrong. It is now LTR since it is surrounded with LTR text. But if it be an independent body of text, it should be opposite. You may check the following screenshot for reference:
Additional information:
/issue fluffy
The text was updated successfully, but these errors were encountered: