https://github.com/mapbox/tippecanoe
Raw File
Tip revision: 699d09ab97d833d901499110e4caeeb6e4435ed5 authored by Eric Fischer on 07 November 2016, 23:33:31 UTC
Missed a test
Tip revision: 699d09a
text.hpp
#include <string>

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