44std::string WideStringToUTF8(LPCWCH wideString);
55std::string getSystemErrorMessageWindows(DWORD error,
const std::string_view& contextMessage =
"");
std::string toLowerStr(const std::string &s)
A function to convert a string to its lowercase version.
Definition backend_utils.cc:88
std::string normalizePathLower(const std::string &p)
A function to convert a generic path to a windows path using backslash path and later convert it to l...
Definition backend_utils.cc:98
std::wstring UTF8ToWide(const std::string &s)
A function to convert a normal string into a wide one.