aboutsummaryrefslogtreecommitdiff
path: root/include/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utils.h')
-rw-r--r--include/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/utils.h b/include/utils.h
index 39c2cd27..4a07aae1 100644
--- a/include/utils.h
+++ b/include/utils.h
@@ -33,6 +33,8 @@ class utils {
static std::wstring str2wstr(const std::string& str);
static std::string wstr2str(const std::wstring& wstr);
+ static std::wstring utf8str2wstr(const std::string& utf8str);
+
static std::string to_s(unsigned int u);
static std::string absolute_url(const std::string& url, const std::string& link);