mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-02-12 21:55:53 +00:00
4 lines
61 B
C++
4 lines
61 B
C++
|
#include <string>
|
||
|
|
||
|
std::string check_utf8(std::string text);
|