Revision 56e1f55bb6b40c13196e7c5ec87ad91354e7962b authored by Eric Fischer on 14 December 2016, 01:46:38 UTC, committed by Eric Fischer on 14 December 2016, 01:54:55 UTC
1 parent 3e4fcd2
Raw File
text.hpp
#include <string>

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