view modules/unictype/property-grapheme-extend @ 17632:86af85d364e1 default tip

unistd: port readlink to Mac OS X 10.3.9 * lib/unistd.in.h (_GL_INCLUDING_UNISTD_H): New macro, to work around self-include problem in Mac OS X 10.3.9 when combined with readlink module. Problem reported by Klaus Zietler in <http://bugs.gnu.org/16825>.
author Paul Eggert <eggert@penguin.cs.ucla.edu>
date Tue, 25 Feb 2014 11:16:27 -0800
parents c5273d4d49b3
children
line wrap: on
line source

Description:
Test whether a Unicode character is "grapheme extend".

Files:
lib/unictype/pr_grapheme_extend.c
lib/unictype/pr_grapheme_extend.h
lib/unictype/bitmap.h

Depends-on:
unictype/base

configure.ac:
AC_REQUIRE([AC_C_INLINE])
gl_LIBUNISTRING_MODULE([0.9.4], [unictype/property-grapheme-extend])

Makefile.am:
if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_GRAPHEME_EXTEND
lib_SOURCES += unictype/pr_grapheme_extend.c
endif

Include:
"unictype.h"

License:
LGPL

Maintainer:
Bruno Haible