Revision 834ba192776b6a4b948c8686c1f0b6271fde704a authored by Eric Fischer on 28 March 2017, 23:25:40 UTC, committed by Eric Fischer on 28 March 2017, 23:25:40 UTC
1 parent eaff7b9
Raw File
text.hpp
#include <string>

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