annotate modules/xstriconveh @ 17833:e57fa2127ab9

unicase/locale-language-tests: fix LOCALE_FR test * tests/unicase/test-locale-language.sh: Really use $LOCALE_FR for a French locale with traditional encoding. Reported by umerqayam in: http://lists.gnu.org/archive/html/bug-libunistring/2014-12/msg00000.html
author Daiki Ueno <ueno@gnu.org>
date Fri, 12 Dec 2014 09:20:59 +0900
parents 1f14c6dd175d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11913
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Character set conversion of strings made easy, uses iconv, with out-of-memory
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 checking.
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 Files:
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/xstriconveh.h
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 lib/xstriconveh.c
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 striconveh
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 xalloc
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Makefile.am:
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 lib_SOURCES += xstriconveh.c
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 Include:
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 "xstriconveh.h"
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Link:
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 License:
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 GPL
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
4d4630e8627a New module 'xstriconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Maintainer:
17713
1f14c6dd175d Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents: 11913
diff changeset
28 all