view modules/linebreak @ 9171:87d1523f0988

Let linebreak rely on uniwidth/width.
author Bruno Haible <bruno@clisp.org>
date Sat, 01 Sep 2007 15:52:06 +0000
parents c92d7e507345
children
line wrap: on
line source

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
iconv_open
utf8-ucs4-unsafe
utf16-ucs4-unsafe
streq
uniwidth/width
xsize

configure.ac:
gl_LINEBREAK

Makefile.am:
lib_SOURCES += linebreak.h linebreak.c lbrkprop.h

Include:
"linebreak.h"

License:
LGPL

Maintainer:
Bruno Haible