Mercurial > hg > octave-jordi > gnulib-hg
annotate modules/utf16-ucs4 @ 8507:2d9de99c11d9
Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
utf16-ucs4-unsafe.h, ucs4-utf8.h, ucs4-utf16.h. Use unistr.h instead.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 24 Mar 2007 14:11:25 +0000 |
parents | 52a55c4e9f79 |
children | c91a2881bc90 |
rev | line source |
---|---|
8018
52a55c4e9f79
Move to here from utf16-ucs4-safe.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Description: |
52a55c4e9f79
Move to here from utf16-ucs4-safe.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 Conversion UTF-16 to UCS-4. |
52a55c4e9f79
Move to here from utf16-ucs4-safe.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 |
52a55c4e9f79
Move to here from utf16-ucs4-safe.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 Files: |
52a55c4e9f79
Move to here from utf16-ucs4-safe.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 lib/unistr/utf16-ucs4.c |
52a55c4e9f79
Move to here from utf16-ucs4-safe.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 |
52a55c4e9f79
Move to here from utf16-ucs4-safe.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 Depends-on: |
52a55c4e9f79
Move to here from utf16-ucs4-safe.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 unitypes |
8507
2d9de99c11d9
Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents:
8018
diff
changeset
|
9 unistr/base |
8018
52a55c4e9f79
Move to here from utf16-ucs4-safe.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 |
52a55c4e9f79
Move to here from utf16-ucs4-safe.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 configure.ac: |
52a55c4e9f79
Move to here from utf16-ucs4-safe.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 |
52a55c4e9f79
Move to here from utf16-ucs4-safe.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 Makefile.am: |
8507
2d9de99c11d9
Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents:
8018
diff
changeset
|
14 lib_SOURCES += unistr/utf16-ucs4.c |
8018
52a55c4e9f79
Move to here from utf16-ucs4-safe.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 |
52a55c4e9f79
Move to here from utf16-ucs4-safe.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 Include: |
8507
2d9de99c11d9
Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents:
8018
diff
changeset
|
17 "unistr.h" |
8018
52a55c4e9f79
Move to here from utf16-ucs4-safe.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
18 |
52a55c4e9f79
Move to here from utf16-ucs4-safe.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 License: |
52a55c4e9f79
Move to here from utf16-ucs4-safe.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
20 LGPL |
52a55c4e9f79
Move to here from utf16-ucs4-safe.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 |
52a55c4e9f79
Move to here from utf16-ucs4-safe.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
22 Maintainer: |
52a55c4e9f79
Move to here from utf16-ucs4-safe.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
23 Bruno Haible |
52a55c4e9f79
Move to here from utf16-ucs4-safe.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
24 |