Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

User's Guide

Organization
[Caution] Caution

The organization of headers may change in the future in order to improve compile times.

Main headers

boost/cuchar.hpp

Primitive types for UTF code units.

boost/unicode/utf.hpp

Conversion between UTF encodings.

boost/unicode/static_utf.hpp

Compile-time conversion between UTF encodings.

boost/unicode/graphemes.hpp

Functions to iterate and identify graphemes.

boost/unicode/compose.hpp

Functions to compose, decompose and normalize unicode strings.

boost/unicode/cat.hpp

Functions to concatenate normalized strings while maintaining a normalized form.

boost/unicode/search.hpp

Utility to adapt Boost.StringAlgo finders to discard matches that lie on certain boundaries.

boost/unicode/ucd/properties.hpp

Access to the properties attached with a code point in the Unicode Character Database.


PrevUpHomeNext