summaryrefslogtreecommitdiff
path: root/modules/uniconv
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-01-27 00:50:22 +0000
committerBruno Haible <bruno@clisp.org>2007-01-27 00:50:22 +0000
commitfcb18c4ea24d272ca74b64d62492a050c456b5f7 (patch)
treecc6c55aeea8fc5d3bdd02ad7cd652672b38f6145 /modules/uniconv
parente031af14d9b0a5c8eb43e1e28c55182d69a3916c (diff)
downloadgnulib-fcb18c4ea24d272ca74b64d62492a050c456b5f7.tar.gz
New module 'uniconv/u8-strconv-from-locale'.
Diffstat (limited to 'modules/uniconv')
-rw-r--r--modules/uniconv/u8-strconv-from-locale25
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/uniconv/u8-strconv-from-locale b/modules/uniconv/u8-strconv-from-locale
new file mode 100644
index 0000000000..f72d5b8e75
--- /dev/null
+++ b/modules/uniconv/u8-strconv-from-locale
@@ -0,0 +1,25 @@
+Description:
+Conversion to UTF-8 from the locale encoding.
+
+Files:
+lib/uniconv/u8-strconv-from-locale.c
+
+Depends-on:
+uniconv/base
+uniconv/u8-strconv-from-enc
+localcharset
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += uniconv/u8-strconv-from-locale.c
+
+Include:
+"uniconv.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+