summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP/src/utf8.h
blob: 5a9b3eacebd307ea9caa51cf7e3ea1cc2e0b4305 (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