|
BSAPI
|
Conversation between charsets and charset dependent string functions. More...
#include <bsapi.h>
Public Member Functions | |
| virtual bool BSAPI_METHOD | Utf8ToWideChar (const char *pUtf8, bsapi_wchar_t *pRetWideString, int maxLen, int *pRetLen)=0 |
| virtual bool BSAPI_METHOD | WideCharToUtf8 (const bsapi_wchar_t *pWideString, char *pUtf8, int maxLen, int *pRetLen)=0 |
| virtual bool BSAPI_METHOD | HasByteOrderMark (const char *pText)=0 |
| virtual bool BSAPI_METHOD | LoadCharSetTable (const char *pFile)=0 |
| virtual bool BSAPI_METHOD | StrToWideStr (const char *pInput, bsapi_wchar_t *pOutput)=0 |
| virtual bool BSAPI_METHOD | StrToUtf8 (const char *pStr, char *pUtf, int maxLen, int *pRetLen)=0 |
| virtual bool BSAPI_METHOD | WideStrToStr (const bsapi_wchar_t *pInput, char *pOutput)=0 |
| virtual bool BSAPI_METHOD | Utf8ToStr (const char *pUtf8, char *pStr, int maxLen, int *pRetLen)=0 |
Conversation between charsets and charset dependent string functions.
1.7.5.1