Typedef zeep::unicode

Typedef Documentation

using zeep::unicode = char32_t

typedef of our own unicode type

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