https://github.com/mapbox/tippecanoe
Raw File
Tip revision: 801c5d65742007e7dd6b0f2235cfc4081bc13ac1 authored by Eric Fischer on 17 January 2017, 18:38:40 UTC
Add instructions for upgrading g++ on Linux
Tip revision: 801c5d6
text.hpp
#include <string>

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