swh:1:snp:ff2a11cd2e44dd19ec3814028ef2ce6605664e63
Raw File
Tip revision: b7cc62cadded212a9921d1f9905f22afbbdd1d95 authored by Eric Fischer on 13 April 2017, 00:00:18 UTC
Reduce number of input threads if needed to avoid using too many files
Tip revision: b7cc62c
text.hpp
#include <string>

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