https://github.com/mapbox/tippecanoe
Raw File
Tip revision: 685e1a436003abcf328ec3070015de25c8e73f81 authored by Eric Fischer on 05 May 2017, 18:47:54 UTC
Merge pull request #412 from mapbox/polygon-closure
Tip revision: 685e1a4
text.hpp
#include <string>

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