annotate modules/uniconv/u32-strconv-from-enc @ 17259:bc20efc34eba octave-stable

branch to handle patches for Octave stable
author John W. Eaton <jwe@octave.org>
date Thu, 03 Jan 2013 14:26:52 -0500
parents 9ef3893d2c73
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7958
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Conversion to UTF-32 from legacy encodings.
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/uniconv/u32-strconv-from-enc.c
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/uniconv/u-strconv-from-enc.h
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 uniconv/base
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 uniconv/u32-conv-from-enc
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 unistr/u32-strlen
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
13388
9ef3893d2c73 Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents: 13354
diff changeset
14 gl_LIBUNISTRING_MODULE([0.9], [uniconv/u32-strconv-from-enc])
7958
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 Makefile.am:
13388
9ef3893d2c73 Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents: 13354
diff changeset
17 if LIBUNISTRING_COMPILE_UNICONV_U32_STRCONV_FROM_ENC
9ef3893d2c73 Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents: 13354
diff changeset
18 lib_SOURCES += uniconv/u32-strconv-from-enc.c
9ef3893d2c73 Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents: 13354
diff changeset
19 endif
7958
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Include:
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 "uniconv.h"
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 License:
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 LGPL
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Maintainer:
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 Bruno Haible
201efa366e62 New module 'uniconv/u32-strconv-from-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29