Revision 5bdbb8a91180800fca6ff612a05e32f7b06b4d19 authored by Eric Fischer on 20 February 2017, 19:47:01 UTC, committed by Eric Fischer on 20 February 2017, 19:47:01 UTC
1 parent 55e7e20
Raw File
text.hpp
#include <string>

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