changeset 18943:0994a6619380

lib-fts: Add note about possible additional apostrophe.
author Teemu Huovila <teemu.huovila@dovecot.fi>
date Mon, 17 Aug 2015 13:15:11 +0300
parents 0381695e303f
children f7f6ec738683
files src/lib-fts/fts-common.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-fts/fts-common.h	Mon Aug 17 13:14:44 2015 +0300
+++ b/src/lib-fts/fts-common.h	Mon Aug 17 13:15:11 2015 +0300
@@ -1,6 +1,7 @@
 #ifndef FTS_COMMON_H
 #define FTS_COMMON_H
 
+/* Some might consider 0x02BB an apostrophe also. */
 #define IS_NONASCII_APOSTROPHE(c) \
 	((c) == 0x2019 || (c) == 0xFF07)
 #define IS_APOSTROPHE(c) \