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

[new release] uuseg (15.1.0+dune) #209

Merged
merged 1 commit into from Nov 6, 2023

Conversation

tmattio
Copy link
Contributor

@tmattio tmattio commented Nov 5, 2023

Unicode text segmentation for OCaml

CHANGES:
  • Unicode 15.1.0 support.
  • Requires OCaml 4.14.0 for the UTF decoders.
  • The Uuseg_string module was rewritten to use the standard library
    UTF decoders and was moved to the uuseg library. The uuseg.string
    library is deprecated, it warns on usage and simply requires uuseg.
  • The sample code was rewritten to use the standard library UTF
    decoders.

CHANGES:

- Unicode 15.1.0 support.
- Requires OCaml 4.14.0 for the UTF decoders.
- The `Uuseg_string` module was rewritten to use the standard library
  UTF decoders and was moved to the `uuseg` library. The `uuseg.string`
  library is deprecated, it warns on usage and simply requires `uuseg`.
- The sample code was rewritten to use the standard library UTF
  decoders.
@tmattio tmattio merged commit 96f4ae4 into dune-universe:master Nov 6, 2023
2 of 3 checks passed
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

Successfully merging this pull request may close these issues.

None yet

1 participant