summaryrefslogtreecommitdiff
path: root/gnulib/modules/uniconv/u8-strconv-from-locale
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/uniconv/u8-strconv-from-locale')
m---------gnulib0
-rw-r--r--gnulib/modules/uniconv/u8-strconv-from-locale28
2 files changed, 28 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/uniconv/u8-strconv-from-locale b/gnulib/modules/uniconv/u8-strconv-from-locale
new file mode 100644
index 0000000..e1dbb74
--- /dev/null
+++ b/gnulib/modules/uniconv/u8-strconv-from-locale
@@ -0,0 +1,28 @@
+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:
+gl_LIBUNISTRING_MODULE([0.9], [uniconv/u8-strconv-from-locale])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_FROM_LOCALE
+lib_SOURCES += uniconv/u8-strconv-from-locale.c
+endif
+
+Include:
+"uniconv.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+Bruno Haible
+