Switch to side-by-side view
--- a/src/utils/transcode.h +++ b/src/utils/transcode.h @@ -36,4 +36,9 @@ const std::string &ocode, int *ecnt = 0); +#ifdef _WIN32 +extern bool wchartoutf8(const wchar_t *in, std::string& out); +extern bool utf8towchar(const std::string& in, wchar_t *out, size_t obytescap); +#endif + #endif /* _TRANSCODE_H_INCLUDED_ */