experimenting with review_utf8

This commit is contained in:
qPCR4vir
2016-03-18 22:20:48 +01:00
parent a9ef23d8d8
commit 10eaa91c3c
4 changed files with 47 additions and 14 deletions

View File

@@ -119,6 +119,12 @@ namespace nana
void throw_not_utf8(const char*, unsigned len);
void throw_not_utf8(const char*);
/// this text needed change, it needed review ??
bool review_utf8(const std::string& text);
/// this text needed change, it needed review ??
bool review_utf8(std::string& text);
const std::string& to_utf8(const std::string&);
std::string to_utf8(const std::wstring&);