12345678910111213 |
- #ifndef __ICONV_IMPL__
- #define __ICONV_IMPL__
- extern std::string convert2(const char *from, const char* to, const char* inbuf, const size_t &inbufsize);
- extern std::string convert(const char *from, const char* to, const char* inbuf, const size_t &inbufsize);
- extern TString EnCode_UTF8URL(IN const TCHAR* pText);
- extern void EnCode_UTF8URL(IN const TCHAR* pText, OUT TString& strResult);
- #endif
|