mpw-shell/macroman.h
2016-07-23 15:21:13 -04:00

9 lines
160 B
C++

#ifndef __macroman_h__
#define __macroman_h__
std::string utf8_to_macroman(const std::string &s);
std::string macroman_to_utf8(const std::string &s);
#endif