Mercurial > hg > octave-kai > gnulib-hg
annotate modules/mbiter @ 10949:b10927a03d08
Make mbiter, mbuiter, mbfile usable also if !HAVE_MBRTOWC.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 22 Dec 2008 03:48:56 +0100 |
parents | 4d1bebb0f82b |
children | 18ea6ab4e81d |
rev | line source |
---|---|
6045 | 1 Description: |
2 Iterating through multibyte strings. | |
3 | |
4 Files: | |
5 lib/mbiter.h | |
6 m4/mbiter.m4 | |
6301
015760832874
Deal with the fact that mbchar.h, mbfile.h, mbiter.h, mbuiter.h can
Bruno Haible <bruno@clisp.org>
parents:
6045
diff
changeset
|
7 m4/mbrtowc.m4 |
6045 | 8 |
9 Depends-on: | |
10 mbchar | |
10949
b10927a03d08
Make mbiter, mbuiter, mbfile usable also if !HAVE_MBRTOWC.
Bruno Haible <bruno@clisp.org>
parents:
8922
diff
changeset
|
11 mbrtowc |
b10927a03d08
Make mbiter, mbuiter, mbfile usable also if !HAVE_MBRTOWC.
Bruno Haible <bruno@clisp.org>
parents:
8922
diff
changeset
|
12 mbsinit |
8922
4d1bebb0f82b
Linux uClibc built without wide character support lacks <wchar.h>.
Bruno Haible <bruno@clisp.org>
parents:
6301
diff
changeset
|
13 wchar |
6045 | 14 stdbool |
15 | |
16 configure.ac: | |
17 gl_MBITER | |
18 | |
19 Makefile.am: | |
20 lib_SOURCES += mbiter.h | |
21 | |
22 Include: | |
6301
015760832874
Deal with the fact that mbchar.h, mbfile.h, mbiter.h, mbuiter.h can
Bruno Haible <bruno@clisp.org>
parents:
6045
diff
changeset
|
23 #include "mbiter.h" |
6045 | 24 |
25 License: | |
26 LGPL | |
27 | |
28 Maintainer: | |
29 Bruno Haible | |
30 |