Fix to get new getSuggestions() working on Android

This commit is contained in:
Emmanuel Engelhart 2015-08-16 18:09:18 +02:00
parent e829d7428d
commit f3c4556431
3 changed files with 4 additions and 4 deletions

View File

@ -268,5 +268,5 @@ std::string kiwix::toTitle (const std::string &word) {
}
std::string kiwix::normalize (const std::string &word) {
return kiwix::removeAccents(kiwix::lcAll(word));
return kiwix::lcAll(word);
}