gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / unigbrk / uc-gbrk-prop
1 Description:
2 Determine a Unicode character's Grapheme_Cluster_Break property.
3
4 Files:
5 lib/unigbrk/gbrkprop.h
6 lib/unigbrk/uc-gbrk-prop.c
7
8 Depends-on:
9 unigbrk/base
10
11 configure.ac:
12 gl_LIBUNISTRING_MODULE([0.9.4], [unigbrk/uc-gbrk-prop])
13
14 Makefile.am:
15 if LIBUNISTRING_COMPILE_UNIGBRK_UC_GBRK_PROP
16 lib_SOURCES += unigbrk/uc-gbrk-prop.c
17 endif
18
19 Include:
20 "unigbrk.h"
21
22 License:
23 LGPL
24
25 Maintainer:
26 Ben Pfaff, Bruno Haible