open-i18n / rust-unic

UNIC: Unicode and Internationalization Crates for Rust
https://crates.io/crates/unic
Other
234 stars 24 forks source link

Fix indexing within lines in BidiInfo::visual_runs #278

Open mbrubeck opened 3 years ago

mbrubeck commented 3 years ago

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