Transliteration of source name

This commit is contained in:
Bruno
2020-12-30 17:23:31 +01:00
parent a073ab41dd
commit 85d72a1c0e
6 changed files with 100 additions and 105 deletions

View File

@@ -65,6 +65,7 @@ namespace SystemToolkit
// try to open the file with system
void open(const std::string& path);
// try to execute a command
void execute(const std::string& command);
@@ -74,6 +75,9 @@ namespace SystemToolkit
// get a string to display memory size with unit KB, MB, GB, TB
std::string byte_to_string(long b);
// get a transliteration to Latin of any string
std::string transliterate(std::string input);
}
#endif // SYSTEMTOOLKIT_H