aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/string_util.hpp
blob: 822c0c95784c4569374d9d4cfea592d59c8da797 (plain)
1
2
3
4
5
6
7
8
9
#pragma once
#include "cru/common/pre_config.hpp"

#include <string>
#include <string_view>

namespace cru::platform {
std::string ToUtf8String(const std::wstring_view& string);
}