view modules/unilbrk/u8-width-linebreaks @ 16434:4f9beada6ccb

New module 'frexpf-ieee'. * modules/frexpf-ieee: New file.
author Bruno Haible <bruno@clisp.org>
date Sun, 26 Feb 2012 15:08:36 +0100
parents 2e27d5cf0137
children
line wrap: on
line source

Description:
Line breaking of UTF-8 strings.

Files:
lib/unilbrk/u8-width-linebreaks.c

Depends-on:
unilbrk/base
unilbrk/u8-possible-linebreaks
uniwidth/width
unistr/u8-mbtouc-unsafe

configure.ac:
gl_LIBUNISTRING_MODULE([0.9.4], [unilbrk/u8-width-linebreaks])

Makefile.am:
if LIBUNISTRING_COMPILE_UNILBRK_U8_WIDTH_LINEBREAKS
lib_SOURCES += unilbrk/u8-width-linebreaks.c
endif

Include:
"unilbrk.h"

License:
LGPL

Maintainer:
Bruno Haible