-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
RTL and bidirectional text #472
Comments
Might be useful for test fixtures http://www.unicode.org/Public/7.0.0/ucd/ |
Possibly useful JavaScript implementation of ICU Bidi by Twitter https://github.com/twitter/twitter-cldr-js#handling-bidirectional-text |
Is this duplicate of #471? |
@mourner Nope, RTL is pretty straightforward for non-complex scripts like Hebrew. |
Also interested in this issue but I have no idea how to patch it |
Just mentioning I ran into this problem as well in the Mapbox Studio beta and was forwarded here after reporting it. I can't help fix it but I will be happy to test a fix once one comes up. I also want to stress the importance of this issue as without this fix Mapbox-GL cannot be used by approximately half a billion people. Hope you make sure to prioritize this fix and definitely not launch without it. |
Here's the bug documentation I sent for your reference: |
Need to implement Unicode bidi algorithm for RTL and bidirectional text to reverse the display order of glyphs.
Should look like this:
Currently looks like:
The text was updated successfully, but these errors were encountered: