We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Direction
This came up when binding the bidirectional algorithm bits of ICU in a separate package and trying to share types with text-icu.
text-icu
The text was updated successfully, but these errors were encountered:
This is now fixed meanwhile.
Sorry, something went wrong.
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
text-icu-0.8.0
No branches or pull requests
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
.The text was updated successfully, but these errors were encountered: