PrevUpHomeNext

Function template transcode_to_utf8

boost::text::v1::transcode_to_utf8

Synopsis

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


template<std::size_t N, typename Char, std::output_iterator< uint8_t > O> 
  transcode_result< Char *, O > transcode_to_utf8(Char(&) arr, O out);

Description

Copies the code points in the array arr to out, changing the encoding to UTF-8.


PrevUpHomeNext