1 2 3 4 5 6 7 8
#pragma once #include "pre.hpp" #include "base.hpp" namespace cru::util { MultiByteString ToUtf8String(const StringView& string); }