Prune devel/py-EnthoughtBase
[dports.git] / devel / ocaml-uutf / pkg-descr
1 Uutf is an non-blocking streaming Unicode codec for OCaml to decode and
2 encode the UTF-8, UTF-16, UTF-16LE and UTF-16BE encoding schemes. It
3 can efficiently work character by character without blocking on IO.
4 Decoders perform character position tracking and support newline
5 normalization.
6
7 Functions are also provided to fold over the characters of UTF encoded
8 OCaml string values and to directly encode characters in OCaml Buffer.t
9 values.
10
11 WWW: http://erratique.ch/software/uutf