libzeep

PrevUpHomeNext

Type definition unicode

unicode — typedef of our own unicode type

Synopsis

// In header: <zeep/unicode-support.hpp>


typedef char32_t unicode;

Description

We use our own unicode type since wchar_t might be too small. This type should be able to contain a UCS4 encoded character.


PrevUpHomeNext