From 9b26100e6a8f5909ae6f530b8037c7d50807454e Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sat, 29 Jan 2011 16:18:37 +0100 Subject: [PATCH] comment --- src/internfile/Filter.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/internfile/Filter.h b/src/internfile/Filter.h index e69eeb5d..cdc358bb 100644 --- a/src/internfile/Filter.h +++ b/src/internfile/Filter.h @@ -64,8 +64,10 @@ namespace Dijon typedef enum { DOCUMENT_DATA=0, DOCUMENT_STRING, DOCUMENT_FILE_NAME, DOCUMENT_URI } DataInput; /** Input properties supported by the filter. - * - DEFAULT_CHARSET is the charset preferred by the client application. - * The filter will convert document's content to this charset if possible. + * + * - DEFAULT_CHARSET is the source encoding that should be used + * for transcoding to utf-8 if there is no other way to determine + * it (ie: for text/plain files) * - OPERATING_MODE can be set to either view or index. * - DJF_UDI Unique document identifier. This can be useful if the * filter wants to manage a persistent cache.