From 639a434dced23eef9f267cf57c82f25653ee7bdc Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Thu, 26 Jan 2012 18:17:37 +0100 Subject: [PATCH] comments --- src/internfile/htmlparse.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/internfile/htmlparse.cpp b/src/internfile/htmlparse.cpp index 5e4e8247..93d67060 100644 --- a/src/internfile/htmlparse.cpp +++ b/src/internfile/htmlparse.cpp @@ -114,7 +114,10 @@ HtmlParser::HtmlParser() void HtmlParser::decode_entities(string &s) { - // Not used for recoll. Kept here to minimize the amount of diffs + // Not used for recoll. Kept here to minimize the amount of + // diffs. Almost the same code in myhtmlparse except that the + // entity table directly holds the utf-8 strings instead of the + // unicode positions (one less conversion). #if 0 // We need a const_iterator version of s.end() - otherwise the // find() and find_if() templates don't work...