summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP/src/utf8.h
blob: c68b5e7d5c948346395d5d6241b900279a9d78a2 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __UTF_8__
#define __UTF_8__

LPSTR __cdecl utf8encode(LPCWSTR str);
LPWSTR __cdecl utf8decode(LPCSTR str);
int __cdecl is_7bit_string(LPCSTR);
int __cdecl is_utf8_string(LPCSTR);

#endif