diff options
author | 2008-03-11 21:38:11 +0000 | |
---|---|---|
committer | 2008-03-11 21:38:11 +0000 | |
commit | 9c94d8eefd97c807914d6784ce25935ad473ada3 (patch) | |
tree | 5fae434ac65bbd97e37aa695d68d58b60a87c6c3 /include/utils.h | |
parent | 7bad88b65f41c6965950265f69478bbca90178df (diff) | |
download | newsboat-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.h | 2 |
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); |