반응형 decoding3 [개발/VC++] UTF8Decoding, UTF8Encoding [개발/VC++] UTF8Decoding, UTF8Encoding 출처 : 인터넷 멀티바이트 환경에서 변환같음. char GetHexChar(LPCTSTR str) { int i,num; char c[2]; if(strlen(str)>2) return 0; for(i=0;i=0x11 && num 2015. 10. 8. [개발/MFC] base64 인코딩/디코딩 및 제거, 간단 소스 ///////////////////////////////////////////////////////////// // base64 인코딩/디코딩 및 제거 // base64.h K4LIB_BASIC_API unsigned char* base64_encode(const unsigned char *string, int length, int *ret_length); K4LIB_BASIC_API unsigned char* base64_decode(const unsigned char *string, int length, int *ret_length); K4LIB_BASIC_API void base64_free(unsigned char* data); //////////////////////////////////////.. 2011. 7. 17. [개발/VC++] UTF8Decoding, UTF8Encoding 출처 : 인터넷 멀티바이트 환경에서 변환같음. char GetHexChar(LPCTSTR str) { int i,num; char c[2]; if(strlen(str)>2) return 0; for(i=0;i=0x11 && num 2011. 2. 21. 이전 1 다음 반응형