view modules/uniconv/u8-strconv-from-enc @ 15836:46afe93343fd

modf: Use a .m4 file. * m4/modf.m4: New file. * modules/modf (Files): Add it. (configure.ac): Just invoke gl_FUNC_MODF.
author Bruno Haible <bruno@clisp.org>
date Thu, 06 Oct 2011 01:21:12 +0200
parents aca88fcb0493
children 1f14c6dd175d
line wrap: on
line source

Description:
Conversion to UTF-8 from legacy encodings.

Files:
lib/uniconv/u8-strconv-from-enc.c
lib/uniconv/u-strconv-from-enc.h

Depends-on:
uniconv/base
uniconv/u8-conv-from-enc
unistr/u8-strlen

configure.ac:
gl_LIBUNISTRING_MODULE([0.9], [uniconv/u8-strconv-from-enc])

Makefile.am:
if LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_ENC
lib_SOURCES += uniconv/u8-strconv-from-enc.c
endif

Include:
"uniconv.h"

License:
LGPLv2+

Maintainer:
Bruno Haible