revise node structure for new fdl.texi
[gnulib.git] / modules / linebreak
1 Description:
2 Line breaking (works also for East-Asian languages).
3
4 Files:
5 lib/linebreak.h
6 lib/linebreak.c
7 lib/lbrkprop.h
8 m4/linebreak.m4
9
10 Depends-on:
11 localcharset
12 c-ctype
13 iconv
14 iconv_open
15 utf8-ucs4-unsafe
16 utf16-ucs4-unsafe
17 xsize
18
19 configure.ac:
20 gl_LINEBREAK
21
22 Makefile.am:
23 lib_SOURCES += linebreak.h linebreak.c lbrkprop.h
24
25 Include:
26 "linebreak.h"
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible
33