unicode转内码的问题
以前见到过几次这样的问题
可是没搜出来的太少,不够用
我有一些UNICODE的数据
可是我不知道他是什么语言的~~也就不知道要转成哪种内码codepage也就不知道了
int WideCharToMultiByte(
UINT CodePage,
DWORD dwFlags,
LPCWSTR lpWideCharStr,
int cchWideChar,
LPSTR lpMultiByteStr,
int cbMultiByte,
LPCSTR lpDefaultChar,
LPBOOL lpUsedDefaultChar );
怎么得到codepage?