dovecot-2.2: lib-fts: Add note about possible additional apostro...

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 17 10:46:07 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/0994a6619380
changeset: 18943:0994a6619380
user:      Teemu Huovila <teemu.huovila at dovecot.fi>
date:      Mon Aug 17 13:15:11 2015 +0300
description:
lib-fts: Add note about possible additional apostrophe.

diffstat:

 src/lib-fts/fts-common.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 0381695e303f -r 0994a6619380 src/lib-fts/fts-common.h
--- 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) \


More information about the dovecot-cvs mailing list