8 lines
126 B
C++
8 lines
126 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
|
|
#define REPLACEMENT_GLYPH 0xFFFD
|
|
|
|
uint32_t utf8NextCodepoint(const unsigned char** string);
|