This repository has been archived on 2021-11-25. You can view files and clone it, but cannot push or open issues or pull requests.
JZFamily-HelloWorld/AuxFun.h

9 lines
261 B
C
Raw Normal View History

2017-11-03 19:43:55 +08:00
#pragma once
#include<string>
std::string MBCStoUTF8(const char* mbcsStr);
std::string UTF8ToMultiByte(const char* mbcsStr);
std::string UrlEncode(const std::string& str);
int inflate_read(char *source, int len, char **dest, int gzip, int& iTotalRead);