CHANGES:
- Unicode 15.1.0 support.
- Requires OCaml 4.14.0.
- The
Uunf_string
module was rewritten to use the standard library
UTF decoders and was moved to theuunf
library. Theuunf.string
library is deprecated, it warns on usage and simply requiresuunf
. - The sample code was rewritten to use the standard library UTF
decoders.