Skip to content
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

Fix indexing within lines in BidiInfo::visual_runs #278

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mbrubeck
Copy link

@mbrubeck mbrubeck commented Apr 22, 2021

This fixes a bug where indices within a line are incorrectly used to index within the paragraph. Closes #272.

This is a port of servo/unicode-bidi#55 by @laurmaedje. Please see that PR for more details.


This change is Reviewable

This fixes a bug where indices within a line are incorrectly used to
index within the paragraph.

For more details, see:
servo/unicode-bidi#55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[unic-bidi] Bugs in visual_runs
1 participant