mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-06 15:47:39 +03:00
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);
|