https://github.com/mapbox/tippecanoe
Raw File
Tip revision: 733092abf69d985dde448aed93e6ee2b2f9a3f6e authored by Eric Fischer on 12 May 2017, 18:24:02 UTC
Merge pull request #417 from mapbox/only-warn-once
Tip revision: 733092a
text.hpp
#include <string>

std::string check_utf8(std::string text);
back to top