2005-02-22 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <simon@josefsson.org>
Wed, 23 Feb 2005 23:32:59 +0000 (23:32 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 23 Feb 2005 23:32:59 +0000 (23:32 +0000)
* modules/iconvme: New file.

* MODULES.html.sh: Add iconvme.

ChangeLog
MODULES.html.sh
modules/iconvme [new file with mode: 0644]

index 840fc3157901a3131ca333765c934a325c709b18..6b8143d1ff05aa0592e22436661c5d5f949f177e 100644 (file)
--- 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.
index 95db67d6b6827eaf2d7f71b11b7ec5e9eb9b99bd..47849fa286bd8a49276444888b32b3199c03d11e 100755 (executable)
@@ -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 (file)
index 0000000..43a8984
--- /dev/null
@@ -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