Uuseg.equal thanks to @lord for suggesting.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.Uchar.dump).OCaml standard library Uchar.t support.
type Uuseg.uchar = int by the (abstract) Uchar.t type. Uchar.{of,to}_int allows to recover the previous representation.Uuseg.is_uchar. Uchar.is_valid can be used instead.Uuseg.custom add a unit argument.First release.