From 7794f02677a48e9d135df48af26bf6c63b325a22 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 27 Jan 2007 00:52:30 +0000 Subject: New module 'uniconv/u16-strconv-to-locale'. --- modules/uniconv/u16-strconv-to-locale | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 modules/uniconv/u16-strconv-to-locale (limited to 'modules/uniconv') 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 + -- cgit v1.2.1