mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
6d1cba373a
* modules/* (License): Change. * gnulib-tool (func_import, func_create_testdir): Likewise.
43 lines
648 B
Plaintext
43 lines
648 B
Plaintext
Description:
|
|
Unicode string functions.
|
|
|
|
Files:
|
|
m4/libunistring.m4
|
|
m4/absolute-header.m4
|
|
lib/libunistring.valgrind
|
|
|
|
Depends-on:
|
|
havelib
|
|
iconv
|
|
|
|
configure.ac:
|
|
gl_LIBUNISTRING
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
#if HAVE_LIBUNISTRING
|
|
# include <unitypes.h>
|
|
# include <unistr.h>
|
|
# include <uniconv.h>
|
|
# include <unistdio.h>
|
|
# include <uniname.h>
|
|
# include <unictype.h>
|
|
# include <uniwidth.h>
|
|
# include <uniwbrk.h>
|
|
# include <unilbrk.h>
|
|
# include <uninorm.h>
|
|
# include <unicase.h>
|
|
# include <uniregex.h>
|
|
# include <unistring/version.h>
|
|
#endif
|
|
|
|
Link:
|
|
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
|
|
|
|
License:
|
|
LGPLv3+ or GPLv2+
|
|
|
|
Maintainer:
|
|
all
|