boost::unicode::normalized
// In header: <boost/unicode/compose.hpp> template<typename Range, typename... T> unspecified normalized(Range && range, const T &... args);
Lazily evalutes unicode::normalizer by returning a range adapter that wraps the range range and converts it step-by-step as the range is advanced.
unicode::normalizer
range