tippecanoe/text.hpp

9 lines
104 B
C++

#ifndef TEXT_HPP
#define TEXT_HPP
#include <string>
std::string check_utf8(std::string text);
#endif