// In header: <boost/unicode/utf.hpp>
template<typename Range,typename... T>boost::converted_range<Range,boost::unicode::locale_encoder>locale_encode(Range&& range,constT& ...);
Description
Lazily evalutes boost::unicode::locale_encoder by returning a range adapter that wraps the range range and converts it step-by-step as the range is advanced.