https://github.com/mapbox/tippecanoe
Raw File
Tip revision: a4f8e6f1bded7dc5dd606594336efad373cfbdda authored by Eric Fischer on 22 October 2016, 01:00:46 UTC
Fix where I was inserting the copied ring in backwards order
Tip revision: a4f8e6f
text.hpp
#include <string>

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