Mercurial > hg > octave-nkf > gnulib-hg
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 |
rev | line source |
---|---|
11913 | 1 Description: |
2 Character set conversion of strings made easy, uses iconv, with out-of-memory | |
3 checking. | |
4 | |
5 Files: | |
6 lib/xstriconveh.h | |
7 lib/xstriconveh.c | |
8 | |
9 Depends-on: | |
10 striconveh | |
11 xalloc | |
12 | |
13 configure.ac: | |
14 | |
15 Makefile.am: | |
16 lib_SOURCES += xstriconveh.c | |
17 | |
18 Include: | |
19 "xstriconveh.h" | |
20 | |
21 Link: | |
22 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise | |
23 | |
24 License: | |
25 GPL | |
26 | |
27 Maintainer: | |
17713
1f14c6dd175d
Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents:
11913
diff
changeset
|
28 all |