PrevUpHomeNext

Function template normalize

boost::text::v1::normalize

Synopsis

// In header: <boost/text/normalize.hpp>


template<nf Normalization, code_point_range R, 
         std::output_iterator< uint32_t > O> 
  O normalize(R && r, O out);

Description

Writes sequence r in Unicode normalization form Normalization to out.

See Also:

https://unicode.org/notes/tn5


PrevUpHomeNext