| 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 { |
nothing calls this directly
no outgoing calls
no test coverage detected