changeset 18855:cf99661dca25

lib-fts: Fix comment in fts-filter.h
author Teemu Huovila <teemu.huovila@dovecot.fi>
date Mon, 15 Jun 2015 14:35:25 +0300
parents 6d965c726810
children db8877fdd39f
files src/lib-fts/fts-filter.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-fts/fts-filter.h	Mon Jun 15 14:31:19 2015 +0300
+++ b/src/lib-fts/fts-filter.h	Mon Jun 15 14:35:25 2015 +0300
@@ -29,7 +29,7 @@
  */
 extern const struct fts_filter *fts_filter_normalizer_icu;
 
-/* Lowecases the input. Currently only ASCII data is lowercased. */
+/* Lowecases the input. Supports UTF8, if libicu is available. */
 extern const struct fts_filter *fts_filter_lowercase;
 
 /* Removes <'s> suffix from words. */