Subversion Repositories tpanel

Rev

Rev 44 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 44 Rev 67
Line 189... Line 189...
189
		static std::string toURL(std::string& str);
189
		static std::string toURL(std::string& str);
190
		static char *EncodeTo(char *buf, size_t *len, const std::string& str, const std::string& from, const std::string& to);
190
		static char *EncodeTo(char *buf, size_t *len, const std::string& str, const std::string& from, const std::string& to);
191
		static std::string textToWeb(const std::string& txt);
191
		static std::string textToWeb(const std::string& txt);
192
		static std::string toHex(int num, int width);
192
		static std::string toHex(int num, int width);
193
		static std::string strToHex(std::string str, int width, bool format = false, int indent = 0);
193
		static std::string strToHex(std::string str, int width, bool format = false, int indent = 0);
-
 
194
        static std::string strToHex(const unsigned char *str, size_t len, int width, bool format = false, int indent = 0);
194
		static std::string latin1ToUTF8(const std::string& str);
195
		static std::string latin1ToUTF8(const std::string& str);
195
		static std::string cp1250ToUTF8(const std::string& str);
196
		static std::string cp1250ToUTF8(const std::string& str);
196
		static std::string UTF8ToCp1250(const std::string& str);
197
		static std::string UTF8ToCp1250(const std::string& str);
197
        static std::string trimXML(const std::string& str);
198
        static std::string trimXML(const std::string& str);
198
 
199