diff options
author | Bruno Haible <bruno@clisp.org> | 2007-01-28 01:59:08 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2007-01-28 01:59:08 +0000 |
commit | a799680e910c90962cf6825e12d271efe48917c8 (patch) | |
tree | 47f026c15f0bff08a6b951bd458adc43bcb7267a /modules/utf16-ucs4-unsafe | |
parent | 6f18b53d9342b4e55364e0c081928f65b5d7ed79 (diff) | |
download | gnulib-a799680e910c90962cf6825e12d271efe48917c8.tar.gz |
Move to here from utf16-ucs4.
Diffstat (limited to 'modules/utf16-ucs4-unsafe')
-rw-r--r-- | modules/utf16-ucs4-unsafe | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/modules/utf16-ucs4-unsafe b/modules/utf16-ucs4-unsafe new file mode 100644 index 0000000000..dd6f1f3126 --- /dev/null +++ b/modules/utf16-ucs4-unsafe @@ -0,0 +1,26 @@ +Description: +Conversion UTF-16 to UCS-4. + +Files: +lib/utf16-ucs4-unsafe.h +lib/unistr/utf16-ucs4-unsafe.c +m4/utf-ucs4.m4 + +Depends-on: +unitypes + +configure.ac: +gl_UTF_UCS4 + +Makefile.am: +lib_SOURCES += utf16-ucs4-unsafe.h unistr/utf16-ucs4-unsafe.c + +Include: +"utf16-ucs4-unsafe.h" + +License: +LGPL + +Maintainer: +Bruno Haible + |