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

Missing Directions. #44

Closed
ekmett opened this issue Jun 1, 2019 · 2 comments
Closed

Missing Directions. #44

ekmett opened this issue Jun 1, 2019 · 2 comments

Comments

@ekmett
Copy link
Member

ekmett commented Jun 1, 2019

The following direction codes were added later to ICU.

U_FIRST_STRONG_ISOLATE = 19
U_LEFT_TO_RIGHT_ISOLATE = 20
U_RIGHT_TO_LEFT_ISOLATE = 21
U_POP_DIRECTIONAL_ISOLATE = 22

The Direction enum doesn't include them.

This came up when binding the bidirectional algorithm bits of ICU in a separate package and trying to share types with text-icu.

@tkx68
Copy link

tkx68 commented Oct 14, 2021

This is now fixed meanwhile.

@vshabanov
Copy link
Collaborator

text-icu-0.8.0 now supports these new direction codes:
https://hackage.haskell.org/package/text-icu-0.8.0/docs/Data-Text-ICU-Char.html#t:Direction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants