Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement unicode bidi support #19

Closed
null8626 opened this issue Dec 16, 2023 · 1 comment
Closed

Implement unicode bidi support #19

null8626 opened this issue Dec 16, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@null8626
Copy link
Owner

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.

@null8626 null8626 added enhancement New feature or request help wanted Extra attention is needed labels Dec 16, 2023
@null8626 null8626 pinned this issue Dec 16, 2023
@null8626
Copy link
Owner Author

Update as of 21 January 2024: This library now supports unicode bidi! Some testing and tweaks needs to be done first before being released as decancer v2.0.

@null8626 null8626 unpinned this issue Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant