https://github.com/mapbox/tippecanoe
Raw File
Tip revision: d2a8761483d37698b8b1e48ca83c6b16dea53063 authored by Eric Fischer on 18 April 2017, 21:02:07 UTC
Merge pull request #399 from mapbox/projection-warning
Tip revision: d2a8761
text.hpp
#include <string>

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