From 606899e2e44f35708552491790f048d0d54b9e87 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Wed, 16 May 2012 14:05:25 +0200 Subject: [PATCH] the unac_except_trans example had been lost --- src/sampleconf/recoll.conf.in | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/sampleconf/recoll.conf.in b/src/sampleconf/recoll.conf.in index bab728b3..975cc8d5 100644 --- a/src/sampleconf/recoll.conf.in +++ b/src/sampleconf/recoll.conf.in @@ -105,8 +105,17 @@ filtersdir = @prefix@/share/recoll/filters # want to change the icons displayed in the result list iconsdir = @prefix@/share/recoll/images -# Guessing charsets usually does not work well -guesscharset = 0 +# A list of characters, encoded in UTF-8, which should be handled specially +# when converting text to unaccented lowercase. For example, in Swedish, +# the letter a with diaeresis has full alphabet citizenship and should not +# be turned into an a. Each element in the space-separated list has the +# special character as first element and the translation following +# (multiple chars allowed. The handling of both the lowercase and +# upper-case versions of a character should be specified, as appartenance +# to the list will turn-off both standard accent and case +# processing. ** Changing the list implies a full reindex ** +# Example for Swedish: +# unac_except_trans = åå Åå ää Ää öö Öö # Should we use the system's 'file -i' command as a final step in file type # identification ? This may be useful, but will usually cause the