8 lines
126 B
C
Raw Normal View History

2025-12-03 22:00:29 +11:00
#pragma once
#include <cstdint>
#define REPLACEMENT_GLYPH 0xFFFD
2025-12-03 22:00:29 +11:00
uint32_t utf8NextCodepoint(const unsigned char** string);