lyrics: add support for lyricstime.com, metrolyrics.com and lyricsmania.com

This commit is contained in:
Andrzej Rybczak
2010-08-10 19:53:44 +02:00
parent 3a724626de
commit b387d22663
9 changed files with 190 additions and 39 deletions

View File

@@ -29,6 +29,8 @@
#include <string>
void iconv_convert_from_to(const char *from, const char *to, std::string &s);
void utf_to_locale(std::string &);
void locale_to_utf(std::string &);
@@ -40,6 +42,8 @@ void locale_to_utf(const char *&, bool);
#else
#define iconv_convert_from_to(x, y, z);
#define utf_to_locale(x);
#define locale_to_utf(x);