Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/wcrtomb @ 11527:4fe203c3f828
Replace wcrtomb, wcsrtombs, wcsnrtombs if mbstate_t has to be replaced.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 01 May 2009 18:01:52 +0200 |
parents | 2692e4e28041 |
children | 9deb67d8d0d7 |
rev | line source |
---|---|
10936 | 1 Description: |
2 wcrtomb() function: convert wide character to multibyte character. | |
3 | |
4 Files: | |
5 lib/wcrtomb.c | |
6 m4/wcrtomb.m4 | |
11527
4fe203c3f828
Replace wcrtomb, wcsrtombs, wcsnrtombs if mbstate_t has to be replaced.
Bruno Haible <bruno@clisp.org>
parents:
10968
diff
changeset
|
7 m4/mbrtowc.m4 |
10936 | 8 m4/mbstate_t.m4 |
10939
4ee0271437dd
Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
Bruno Haible <bruno@clisp.org>
parents:
10936
diff
changeset
|
9 m4/locale-fr.m4 |
4ee0271437dd
Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
Bruno Haible <bruno@clisp.org>
parents:
10936
diff
changeset
|
10 m4/locale-ja.m4 |
4ee0271437dd
Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
Bruno Haible <bruno@clisp.org>
parents:
10936
diff
changeset
|
11 m4/locale-zh.m4 |
4ee0271437dd
Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
Bruno Haible <bruno@clisp.org>
parents:
10936
diff
changeset
|
12 m4/codeset.m4 |
10936 | 13 |
14 Depends-on: | |
15 wchar | |
16 mbsinit | |
17 | |
18 configure.ac: | |
19 gl_FUNC_WCRTOMB | |
20 gl_WCHAR_MODULE_INDICATOR([wcrtomb]) | |
21 | |
22 Makefile.am: | |
23 | |
24 Include: | |
25 <wchar.h> | |
26 | |
27 License: | |
10968
2692e4e28041
Relicense regex dependencies under LGPLv2+.
Bruno Haible <bruno@clisp.org>
parents:
10939
diff
changeset
|
28 LGPLv2+ |
10936 | 29 |
30 Maintainer: | |
31 Bruno Haible | |
32 |