libutf8++ is a C++ library for encoding/decoding UTF-8. It encodes UCS-4 (32-bit characters) into UTF-8 and decodes UTF-8 to UCS-4. It uses libutf8 internally to achieve this. Simple string encode/decode functions are provided, as well as more complex objects for dealing with large amounts of data (or streamed data) more efficiently.