servo / unicode-bidi

Implementation of the Unicode Bidirection Algorithm in Rust
Other
78 stars 33 forks source link

Fix behavior of multibyte characters in W4 #87

Closed Manishearth closed 1 year ago

Manishearth commented 1 year ago

Found whilst investigating #86. It's not necessarily the best way to do it, but it does fix some tests, and it's probably the best path forward until we know what we're doing in #86

r? @mbrubeck or @sffc

Manishearth commented 1 year ago

or r? @eggrobin

bors-servo commented 1 year ago

:umbrella: The latest upstream changes (presumably #85) made this pull request unmergeable. Please resolve the merge conflicts.

Manishearth commented 1 year ago

Merged in with https://github.com/servo/unicode-bidi/pull/91 since it's the same area of code and I don't want to juggle a billion PRs.