mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/gen-uni-tables, modules/libunistring: * modules/ucs4-utf16, modules/ucs4-utf8, modules/unicodeio: * modules/unitypes, modules/utf16-ucs4, modules/utf16-ucs4-unsafe: * modules/utf8-ucs4, modules/utf8-ucs4-unsafe: * modules/unicase/*, modules/uniconv/*, modules/unictype/*: * modules/unilbrk/*, modules/uniname/*, modules/uninorm/*: * modules/unistdio/*, modules/unistr/*, modules/uniwbrk/*: * modules/uniwidth/*: Change the maintainer to 'all'.
36 lines
582 B
Plaintext
36 lines
582 B
Plaintext
Description:
|
|
Base layer for conversion from/to legacy encodings.
|
|
|
|
Files:
|
|
lib/uniconv.in.h
|
|
lib/iconveh.h
|
|
lib/striconveha.h
|
|
lib/localcharset.h
|
|
m4/libunistring-base.m4
|
|
|
|
Depends-on:
|
|
unitypes
|
|
|
|
configure.ac:
|
|
gl_LIBUNISTRING_LIBHEADER([0.9.4], [uniconv.h])
|
|
|
|
Makefile.am:
|
|
BUILT_SOURCES += $(LIBUNISTRING_UNICONV_H)
|
|
|
|
uniconv.h: uniconv.in.h
|
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
|
cat $(srcdir)/uniconv.in.h; \
|
|
} > $@-t && \
|
|
mv -f $@-t $@
|
|
MOSTLYCLEANFILES += uniconv.h uniconv.h-t
|
|
|
|
Include:
|
|
"uniconv.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|