mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
33 lines
362 B
Plaintext
33 lines
362 B
Plaintext
Description:
|
|
Line breaking (works also for East-Asian languages).
|
|
|
|
Files:
|
|
lib/linebreak.h
|
|
lib/linebreak.c
|
|
lib/lbrkprop.h
|
|
m4/linebreak.m4
|
|
|
|
Depends-on:
|
|
localcharset
|
|
c-ctype
|
|
iconv
|
|
utf8-ucs4
|
|
utf16-ucs4
|
|
xsize
|
|
|
|
configure.ac:
|
|
gl_LINEBREAK
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += linebreak.h linebreak.c lbrkprop.h
|
|
|
|
Include:
|
|
"linebreak.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|