summaryrefslogtreecommitdiff
path: root/modules/uniconv
diff options
context:
space:
mode:
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
+