2020-11-22 00:12:24 -06:00
|
|
|
#ifndef STORM_UNICODE_HPP
|
|
|
|
|
#define STORM_UNICODE_HPP
|
|
|
|
|
|
|
|
|
|
#include <cstdint>
|
|
|
|
|
|
|
|
|
|
uint32_t SUniSGetUTF8(const uint8_t* strptr, int32_t* chars);
|
|
|
|
|
|
2020-11-22 00:24:32 -06:00
|
|
|
void SUniSPutUTF8(uint32_t c, char* strptr);
|
|
|
|
|
|
2020-11-22 00:12:24 -06:00
|
|
|
#endif
|