diff options
author | Behdad Esfahbod <freedesktop@behdad.org> | 2007-10-25 14:20:06 -0700 |
---|---|---|
committer | Keith Packard <keithp@koto.keithp.com> | 2007-10-25 14:20:06 -0700 |
commit | fc990b2e86008967f499fe0df88de8e074a3670e (patch) | |
tree | 1af49a4c6c2a1bec1e80b68dc850b980eef8cc4a /src/fcstr.c | |
parent | 4ee9ca67867ec9517c90d6947bb88d3f25707746 (diff) |
Update CaseFolding.txt to Unicode 5.1.0
Diffstat (limited to 'src/fcstr.c')
-rw-r--r-- | src/fcstr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fcstr.c b/src/fcstr.c index 60685966..1e7b4662 100644 --- a/src/fcstr.c +++ b/src/fcstr.c @@ -367,7 +367,7 @@ FcStrIsAtIgnoreCase (const FcChar8 *s1, const FcChar8 *s2) } /* - * Does s1 contain an instance of s2 (ignoring case)? + * Does s1 contain an instance of s2 (ignoring blanks and case)? */ const FcChar8 * |