summaryrefslogtreecommitdiff
path: root/shell/inc/internal/utilities.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/inc/internal/utilities.hxx')
-rw-r--r--shell/inc/internal/utilities.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/inc/internal/utilities.hxx b/shell/inc/internal/utilities.hxx
index 157859a8e7f7..8921671fb4e7 100644
--- a/shell/inc/internal/utilities.hxx
+++ b/shell/inc/internal/utilities.hxx
@@ -73,6 +73,12 @@ std::wstring StringToWString(const std::string& String);
std::string WStringToString(const std::wstring& String);
//---------------------------------
+/** Convert a string to a wstring
+ using CP_UTF8
+*/
+std::wstring UTF8ToWString(const std::string& String);
+
+//---------------------------------
/** Retrieve a string from the
resources of this module
*/