X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=src%2Fstringfunc.hxx;h=06d85f9089ee5eecda8d34bf3b0230b7b6e59c4a;hb=dfc070292e1d577b5ec19f1e36324e60520b3022;hp=d945526b2bf1468054ed5d69bfe039d32f5d5944;hpb=492f4a6dd23e5644d401ba9f16dadab1c4539efe;p=libi2ncommon diff --git a/src/stringfunc.hxx b/src/stringfunc.hxx index d945526..06d85f9 100644 --- a/src/stringfunc.hxx +++ b/src/stringfunc.hxx @@ -358,6 +358,11 @@ std::string smart_html_entities(const std::string &input); std::string html_entities(std::string str); std::string html_entities_to_console(std::string str); +inline std::string html_entities_iso (const std::string &str) +{ + return html_entities (iso_to_utf8 (str)); +} + typedef std::pair CommentZone; std::vector find_html_comments(const std::string &str); void remove_html_comments(std::string &str);