#pragma once #include #include size_t writeUtf8(char* buffer, uint32_t uchar); char* utf32_to_utf8(const uint32_t* src, size_t size);