From 99a002630c8f09b05d68213412185e71daec6e1d Mon Sep 17 00:00:00 2001 From: Berke Güzel Date: Thu, 23 Jul 2026 17:55:23 +0300 Subject: initial commit --- utf_8.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 utf_8.h (limited to 'utf_8.h') diff --git a/utf_8.h b/utf_8.h new file mode 100644 index 0000000..77a9e74 --- /dev/null +++ b/utf_8.h @@ -0,0 +1,4 @@ +#include +#define UTF8_ACCEPT 0 +#define UTF8_REJECT 1 +uint32_t utf8_decode(uint32_t* state, uint32_t* codep, uint32_t byte); \ No newline at end of file -- cgit v1.2.3