Revision 689f2ef7e9da2491fe342bf60d03979e245e6a25 authored by Eric Fischer on 02 November 2016, 23:57:35 UTC, committed by Eric Fischer on 02 November 2016, 23:57:35 UTC
1 parent 2e3ba8f
Raw File
text.hpp
#include <string>

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