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