- clipboard working now for utf8

This commit is contained in:
SoftCoder
2015-11-11 21:52:22 -08:00
parent 0bbb65fdda
commit f97e8d5fc3
5 changed files with 46 additions and 89 deletions

View File

@@ -64,6 +64,8 @@ namespace Shared { namespace Util {
void strrev_utf8(std::string &p);
bool is_string_all_ascii(std::string str);
int getUTF8_Width(const char *str);
}}
#endif // _SHARED_UTIL_W_STRING_H__