libutf8 1.1.2 review

Download
by rbytes.net on

libutf8 is a reasonably fast, robust encoder/decoder for UTF-8

License: GPL (GNU General Public License)
File size: 0K
Developer: Laurence Withers
0 stars award from rbytes.net

libutf8 is a reasonably fast, robust encoder/decoder for UTF-8. libutf8 library will encode UCS-4 (32-bit characters) into UTF-8, and decode UTF-8 into UCS-4.

It is a "safe" UTF-8 decoder, rejecting overlong character representations and other illegal characters. libutf8 is a C library that presents simple functions for manipulating characters and strings, and a more powerful API for dealing with streamed data (e.g. from a TCP connection) efficiently.

What's New in This Release:
Fixed bug in stateful encoder where, sometimes, an empty buffer could be passed to the character encoder, causing it to fail with EINVAL.
This was propagated as EILSEQ.

libutf8 1.1.2 search tags