Revision 9078098511bba20b3355084361197f78131a6313 authored by Eric Fischer on 19 July 2017, 00:28:30 UTC, committed by Eric Fischer on 19 July 2017, 00:28:30 UTC
1 parent b3078dd
Raw File
text.hpp
#ifndef TEXT_HPP
#define TEXT_HPP

#include <string>

std::string check_utf8(std::string text);

#endif
back to top