X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fbase%2Festring.h;h=d61489ebe34dcc00047e355cbda3e4d7172e94d2;hb=9a9ce66ffba8974b7db87bf8a181f35497945c89;hp=68e0970f410a657ce81c78e51bf3470f4e3c132a;hpb=b14f1520fe0dabd185ab3555c9d2dd8ab5276dd0;p=vuplus_dvbapp diff --git a/lib/base/estring.h b/lib/base/estring.h index 68e0970..d61489e 100644 --- a/lib/base/estring.h +++ b/lib/base/estring.h @@ -18,6 +18,7 @@ int isUTF8(const std::string &string); std::string removeDVBChars(const std::string &s); void makeUpper(std::string &s); +std::string replace_all(const std::string &in, const std::string &entity, const std::string &symbol); inline std::string convertDVBUTF8(const std::string &string, int table=0, int tsidonid=0) // with default ISO8859-1/Latin1 {