Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/uniconv/u8-strconv-to-locale @ 16681:14592d8d106b
Tests for module 'log2l'.
* modules/log2l-tests: New file.
* tests/test-log2l.c: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 11 Mar 2012 20:50:40 +0100 |
parents | 9ef3893d2c73 |
children | 1f14c6dd175d |
rev | line source |
---|---|
7970
764c248d59c5
New module 'uniconv/u8-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Description: |
764c248d59c5
New module 'uniconv/u8-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 Conversion from UTF-8 to the locale encoding. |
764c248d59c5
New module 'uniconv/u8-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 |
764c248d59c5
New module 'uniconv/u8-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 Files: |
764c248d59c5
New module 'uniconv/u8-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 lib/uniconv/u8-strconv-to-locale.c |
764c248d59c5
New module 'uniconv/u8-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 |
764c248d59c5
New module 'uniconv/u8-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 Depends-on: |
764c248d59c5
New module 'uniconv/u8-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 uniconv/base |
764c248d59c5
New module 'uniconv/u8-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 uniconv/u8-strconv-to-enc |
764c248d59c5
New module 'uniconv/u8-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 localcharset |
764c248d59c5
New module 'uniconv/u8-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 |
764c248d59c5
New module 'uniconv/u8-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 configure.ac: |
13388
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
13 gl_LIBUNISTRING_MODULE([0.9], [uniconv/u8-strconv-to-locale]) |
7970
764c248d59c5
New module 'uniconv/u8-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 |
764c248d59c5
New module 'uniconv/u8-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 Makefile.am: |
13388
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
16 if LIBUNISTRING_COMPILE_UNICONV_U8_STRCONV_TO_LOCALE |
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
17 lib_SOURCES += uniconv/u8-strconv-to-locale.c |
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
18 endif |
7970
764c248d59c5
New module 'uniconv/u8-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 |
764c248d59c5
New module 'uniconv/u8-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
20 Include: |
764c248d59c5
New module 'uniconv/u8-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 "uniconv.h" |
764c248d59c5
New module 'uniconv/u8-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
22 |
764c248d59c5
New module 'uniconv/u8-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
23 License: |
764c248d59c5
New module 'uniconv/u8-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
24 LGPL |
764c248d59c5
New module 'uniconv/u8-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
25 |
764c248d59c5
New module 'uniconv/u8-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
26 Maintainer: |
764c248d59c5
New module 'uniconv/u8-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
27 Bruno Haible |
764c248d59c5
New module 'uniconv/u8-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
28 |