PrevUpHomeNext

Type definition utf_u8_normalize_codecvt

utf_u8_normalize_codecvt

Synopsis

// In header: <boost/unicode/codecvt.hpp>


typedef converter_codecvt< wchar_t, utf_boundary, utf_transcoder< char >, utf_combine_boundary, multi_converter< converted_converter< utf_decoder, normalizer >, utf_encoder< wchar_t > >> utf_u8_normalize_codecvt;

Description

Codecvt facet that converts between UTF-X in-memory and UTF-8 in file, 'X' depending on the size of wchar_t. Also normalizes to NFC when reading the data from the file.


PrevUpHomeNext