view modules/unistr/u32-to-u8 @ 17111:b8250ce33952

hash-pjw: relax license to LGPLv2+ * modules/hash-pjw (License): Relax, with consent of author.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 26 Sep 2012 20:12:57 -0700
parents aca88fcb0493
children
line wrap: on
line source

Description:
Convert UTF-32 string to UTF-8 string.

Files:
lib/unistr/u32-to-u8.c

Depends-on:
unistr/base
unistr/u8-uctomb

configure.ac:
gl_LIBUNISTRING_MODULE([0.9], [unistr/u32-to-u8])

Makefile.am:
if LIBUNISTRING_COMPILE_UNISTR_U32_TO_U8
lib_SOURCES += unistr/u32-to-u8.c
endif

Include:
"unistr.h"

License:
LGPLv2+

Maintainer:
Bruno Haible