MeshLib C++ Docs
Loading...
Searching...
No Matches
MRMCPGatewayUtf8.h
Go to the documentation of this file.
1#pragma once
2
3#include <filesystem>
4#include <string>
5#include <vector>
6
7namespace MR::McpGateway
8{
9
14std::filesystem::path pathFromUtf8( const std::string& s );
15
19std::string pathToUtf8( const std::filesystem::path& p );
20
21#ifdef _WIN32
26std::vector<std::string> getUtf8Argv();
27#endif
28
29}
Definition MRMCPGatewayBackend.h:10
std::string pathToUtf8(const std::filesystem::path &p)
std::filesystem::path pathFromUtf8(const std::string &s)