changeset 5655:7916399df6df

2005-02-22 Simon Josefsson <jas@extundo.com> * modules/iconvme: New file. * MODULES.html.sh: Add iconvme.
author Simon Josefsson <simon@josefsson.org>
date Wed, 23 Feb 2005 23:32:59 +0000
parents dca89d2346b3
children f27b8fc36cb9
files ChangeLog MODULES.html.sh modules/iconvme
diffstat 3 files changed, 34 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-22  Simon Josefsson  <jas@extundo.com>
+
+	* modules/iconvme: New file.
+
+	* MODULES.html.sh: Add iconvme.
+
 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
 
 	* modules/chdir-long (Depends-on): Add memrchr.
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -1905,6 +1905,7 @@
   func_begin_table
   func_module gettext
   func_module iconv
+  func_module iconvme
   func_module localcharset
   func_module hard-locale
   func_module mbswidth
new file mode 100644
--- /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