Skip to content

Implement unicode bidi support

No due date 100% complete

Ever since July 2023, i have been thinking about adding back Arabic and Hebrew support for decancer without causing issues because of their right-to-left madness. Then i've found unicode-bidi which rerenders your mixed RTL/LTR text in memory as it were to be rendered by a web browser.

The plan is to somehow implement its algorithm here - an attempt has be…

Ever since July 2023, i have been thinking about adding back Arabic and Hebrew support for decancer without causing issues because of their right-to-left madness. Then i've found unicode-bidi which rerenders your mixed RTL/LTR text in memory as it were to be rendered by a web browser.

The plan is to somehow implement its algorithm here - an attempt has been in the works since then, but due to school and the complexity of Unicode's bidirectional algorithm, it has been in hiatus for months.

Because of this, development on this library has (publicly) stagnated as the attention has been directed to this enhancement.

There are no open issues in this milestone.

Add issues to milestones to help organize your work for a particular release or project.

Create new issue

Or find and add issues with no milestone in this repo.