bidi-js icon indicating copy to clipboard operation
bidi-js copied to clipboard

A pure JavaScript implementation of the Unicode Bidirectional Algorithm

Results 2 bidi-js issues
Sort by recently updated
recently updated
newest added

When passing a mixed RTL, LTR and Emoji string to `getReorderedString`, if the sentence is processed as `rtl`, and the emoji is right after an LTR block it seems like...

All functions now operate based on character arrays rather than indexing characters from within the string. The reason why this is important is `'👱🏽‍♂️'.length` is 7 not 1 so accessing...