diff --git a/src/common/kiwix/indexer.cpp b/src/common/kiwix/indexer.cpp index 3bbb4b82e..ba83248ca 100644 --- a/src/common/kiwix/indexer.cpp +++ b/src/common/kiwix/indexer.cpp @@ -101,8 +101,9 @@ namespace kiwix { std::cout << "Indexing " << url << "..." << std::endl; } + string accentedTitle = this->htmlParser.title; this->indexNextArticle(url, - this->htmlParser.title, + accentedTitle, removeAccents(this->htmlParser.title), removeAccents(this->htmlParser.keywords), removeAccents(this->htmlParser.dump));