added: Q encoding in misc: QEncode()

for mails headers encoding



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@711 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2011-01-25 11:54:46 +00:00
parent 3071df227a
commit 00521c490e
7 changed files with 75 additions and 13 deletions

View File

@@ -426,5 +426,6 @@ tm Time(time_t par);
void UrlEncode(const std::string & in, std::string & out, bool clear_out = true);
void UrlEncode(const std::wstring & in, std::string & out, bool clear_out = true);
void QEncode(const std::wstring & in, std::string & out, bool clear = true);
#endif