cocos2dx轉換文字爲utf-8

在cocos2dx中常常須要轉換文字爲utf-8web // 轉成UTF-8 inline const char* G2U(const char* str) { #if (CC_TARGET_PLATFORM == CC_PLATFORM_WIN32) int len = MultiByteToWideChar(CP_ACP,0,str,-1,NULL,0); wchar_t*
相關文章
相關標籤/搜索