fix webif xml encoding, part 2

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6b449f5d95
Author: TangoCash <eric@loxat.de>
Date: 2018-03-28 (Wed, 28 Mar 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2018-03-28 22:24:19 +02:00
committed by vanhofen
parent 657c76eec4
commit 8b21192b11
3 changed files with 63 additions and 1 deletions

View File

@@ -157,4 +157,7 @@ inline bool file_exists(const std::string file) { return file_exists(file.c_str(
std::string readFile(std::string file);
std::string iso_8859_1_to_utf8(std::string &str);
bool utf8_check_is_valid(const std::string &str);
#endif