MPD
0.20.15
|
Go to the source code of this file.
Functions | |
gcc_const const char * | GetFSCharset () noexcept |
Gets file system character set name. More... | |
void | SetFSCharset (const char *charset) |
Throws std::runtime_error on error. More... | |
void | DeinitFSCharset () noexcept |
gcc_nonnull_all PathTraitsUTF8::string | PathToUTF8 (PathTraitsFS::const_pointer_type path_fs) |
Convert the path to UTF-8. More... | |
gcc_nonnull_all PathTraitsFS::string | PathFromUTF8 (PathTraitsUTF8::const_pointer_type path_utf8) |
Convert the path from UTF-8. More... | |
|
noexcept |
|
noexcept |
Gets file system character set name.
gcc_nonnull_all PathTraitsFS::string PathFromUTF8 | ( | PathTraitsUTF8::const_pointer_type | path_utf8 | ) |
Convert the path from UTF-8.
Throws std::runtime_error on error.
gcc_nonnull_all PathTraitsUTF8::string PathToUTF8 | ( | PathTraitsFS::const_pointer_type | path_fs | ) |
Convert the path to UTF-8.
Throws std::runtime_error on error.
void SetFSCharset | ( | const char * | charset | ) |
Throws std::runtime_error on error.