Revision 17cd74d7e447b2322f09262a01db33ea25f6dd22 authored by Eric Fischer on 17 October 2016, 20:29:39 UTC, committed by Eric Fischer on 17 October 2016, 20:29:39 UTC
1 parent 92cc08a
Raw File
text.hpp
#include <string>

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