删除重复代码

This commit is contained in:
xiongziliang
2019-05-27 12:13:27 +08:00
parent c857968f40
commit 3e54018409
4 changed files with 6 additions and 58 deletions

View File

@@ -36,11 +36,8 @@ namespace mediakit {
class strCoding {
public:
static string UrlUTF8Encode(const string &str); //urlutf8 编码
static string UrlUTF8Decode(const string &str); //urlutf8解码
static string UrlGB2312Encode(const string &str); //urlgb2312编码
static string UrlGB2312Decode(const string &str); //urlgb2312解码
static string UrlEncode(const string &str); //urlutf8 编码
static string UrlDecode(const string &str); //urlutf8解码
#if defined(_WIN32)
static string UTF8ToGB2312(const string &str);//utf_8转为gb2312
static string GB2312ToUTF8(const string &str); //gb2312 转utf_8