From af1d02e0b877d69c8e01b627c23319b0f18d3e5b Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 23 Feb 2005 23:32:59 +0000 Subject: [PATCH] 2005-02-22 Simon Josefsson * modules/iconvme: New file. * MODULES.html.sh: Add iconvme. --- ChangeLog | 6 ++++++ MODULES.html.sh | 1 + modules/iconvme | 27 +++++++++++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 modules/iconvme diff --git a/ChangeLog b/ChangeLog index 840fc31579..6b8143d1ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-02-22 Simon Josefsson + + * modules/iconvme: New file. + + * MODULES.html.sh: Add iconvme. + 2005-02-03 Paul Eggert * modules/chdir-long (Depends-on): Add memrchr. diff --git a/MODULES.html.sh b/MODULES.html.sh index 95db67d6b6..47849fa286 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1905,6 +1905,7 @@ func_all_modules () func_begin_table func_module gettext func_module iconv + func_module iconvme func_module localcharset func_module hard-locale func_module mbswidth diff --git a/modules/iconvme b/modules/iconvme new file mode 100644 index 0000000000..43a8984ca2 --- /dev/null +++ b/modules/iconvme @@ -0,0 +1,27 @@ +Description: +Character set conversion of strings made easy, uses iconv. + +Files: +lib/iconvme.h +lib/iconvme.c +m4/iconvme.m4 + +Depends-on: +iconv +strdup + +configure.ac: +gl_ICONVME + +Makefile.am: +lib_SOURCES += iconvme.h iconvme.c +lib_LIBADD += $(LTLIBICONV) + +Include: +"iconvme.h" + +License: +LGPL + +Maintainer: +Simon Josefsson -- 2.30.2