Typedef zeep::unicode
Defined in File unicode-support.hpp
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.