view modules/unictype/bidiclass-name @ 17138:42f6597efac3

* lib/regexec.c (re_search_internal): Fix grammar in comment.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 16 Oct 2012 16:01:05 -0700
parents 3ceda9e5101d
children
line wrap: on
line source

Description:
Name of Unicode character bidi class.

Files:
lib/unictype/bidi_name.c

Depends-on:
unictype/base

configure.ac:
gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidiclass-name])

Makefile.am:
if LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_NAME
lib_SOURCES += unictype/bidi_name.c
endif

Include:
"unictype.h"

License:
LGPL

Maintainer:
Bruno Haible