PrevUpHomeNext

Function template normalize

boost::text::v1::normalize

Synopsis

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


template<nf Normalization, utf_string String> void normalize(String & s);

Description

Puts the contents of s into Unicode normalization form Normalize.


PrevUpHomeNext