aboutsummaryrefslogtreecommitdiff
path: root/include/utils.h
diff options
context:
space:
mode:
authorGravatar Andreas Krennmair <ak@synflood.at> 2008-03-11 21:38:11 +0000
committerGravatar Andreas Krennmair <ak@synflood.at> 2008-03-11 21:38:11 +0000
commit9c94d8eefd97c807914d6784ce25935ad473ada3 (patch)
tree5fae434ac65bbd97e37aa695d68d58b60a87c6c3 /include/utils.h
parent7bad88b65f41c6965950265f69478bbca90178df (diff)
downloadnewsboat-9c94d8eefd97c807914d6784ce25935ad473ada3.tar.gz
newsboat-9c94d8eefd97c807914d6784ce25935ad473ada3.tar.zst
newsboat-9c94d8eefd97c807914d6784ce25935ad473ada3.zip
Andreas Krennmair:
merged changes from trunk.
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);