MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / PathToUtf8

Method PathToUtf8

src/platform/linux/platform_linux.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 }
18
19 std::string PathToUtf8(const std::filesystem::path& p) override {
20 return p.string();
21 }
22
23 // WideToUtf8 - proper UTF-32 to UTF-8 conversion for Linux (wchar_t is 32-bit)
24 std::string WideToUtf8(const wchar_t* w) override {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected