lyricwiki fetcher: deal with utf8 characters properly

This commit is contained in:
Andrzej Rybczak
2010-08-09 13:46:24 +02:00
parent 26b7218f8e
commit 2eddb37497
2 changed files with 16 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ struct LyricwikiFetcher : public LyricsFetcher
virtual bool notLyrics(const std::string &data);
private:
std::string unescape(const std::string &data);
std::string unescapeHtmlUtf8(const std::string &data);
};
struct LyricsflyFetcher : public LyricsFetcher