mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 02:43:57 +02:00
- unescape special html entities when pulling down lng files from transifex
- do not show pw when showing ini settings on commandline
This commit is contained in:
@@ -224,6 +224,7 @@ void trimPathWithStartingSlash(string &path);
|
||||
void updatePathClimbingParts(string &path);
|
||||
string formatPath(string path);
|
||||
|
||||
string replaceAllHTMLEntities(string& context);
|
||||
string replaceAll(string& context, const string& from, const string& to);
|
||||
vector<char> replaceAllBetweenTokens(vector<char>& context, const string &startToken, const string &endToken, const string &newText, bool removeTokens=true);
|
||||
string replaceAllBetweenTokens(string& context, const string &startToken, const string &endToken, const string &newText, bool removeTokens=true);
|
||||
|
Reference in New Issue
Block a user