servo / unicode-bidi

Implementation of the Unicode Bidirection Algorithm in Rust
Other
74 stars 34 forks source link

Handle removed explicit formatting characters #89

Closed Manishearth closed 1 year ago

Manishearth commented 1 year ago

X9 asks us to remove all explicit formatting characters from the string.

We do not do this. The spec has provisions for implementations that wish to retain these characters, namely the section Retaining BNs and Explicit Formatting Characters. It contains a whole bunch of stuff that we should do instead, that we're also not doing.

We should fix that :smile: