root/utf.h

1
2
3
4
5
6
#pragma once
#include <stdint.h>
#include <stdlib.h>
size_t writeUtf8(char* buffer, uint32_t uchar);

char* utf32_to_utf8(const uint32_t* src, size_t size);