-
-
Notifications
You must be signed in to change notification settings - Fork 229
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. |
github-actions
bot
added
the
stale
The item is going to be closed soon because of inactivity
label
Mar 7, 2024
Duplicates:
Is there an upstream issue somewhere? |
Mikaela
removed
the
stale
The item is going to be closed soon because of inactivity
label
Mar 7, 2024
This was referenced Mar 7, 2024
Closed
Closed
This issue is stale because it has been open for 120 days with no activity. |
github-actions
bot
added
the
stale
The item is going to be closed soon because of inactivity
label
Jul 6, 2024
Not stale, #930 (comment) |
github-actions
bot
removed
the
stale
The item is going to be closed soon because of inactivity
label
Jul 8, 2024
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: