Output to csv, started work on OFD module
This commit is contained in:
9
utils/utils.h
Normal file
9
utils/utils.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef UTILS_H
|
||||
#define UTILS_H
|
||||
|
||||
#include <string>
|
||||
|
||||
std::string to_utf8(std::wstring wide_string);
|
||||
std::wstring from_utf8(std::string string);
|
||||
|
||||
#endif // UTILS_H
|
||||
Reference in New Issue
Block a user