Public release
This commit is contained in:
5
lib/Utf8/Utf8.h
Normal file
5
lib/Utf8/Utf8.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
uint32_t utf8NextCodepoint(const unsigned char** string);
|
||||
Reference in New Issue
Block a user