Revision f558b7838033a08947303bc9542cb4a5e23fe9d1 authored by Eric Fischer on 07 April 2017, 20:21:38 UTC, committed by Eric Fischer on 07 April 2017, 20:25:05 UTC
1 parent 1c1ae6a
Raw File
text.hpp
#include <string>

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