split majority of helpers and rewrite a few heinous functions

This commit is contained in:
Andrzej Rybczak
2012-08-29 11:46:17 +02:00
parent 4cb0e2232a
commit b1c301dc1c
31 changed files with 427 additions and 373 deletions

View File

@@ -124,7 +124,7 @@ void Lastfm::Load()
locale_to_utf(artist);
std::string file = artist + ".txt";
ToLower(file);
lowercase(file);
EscapeUnallowedChars(file);
itsFilename = itsFolder + "/" + file;