ptsname_r: Work around bug on Android 4.3.
[gnulib.git] / modules / unistr / u16-strcoll
blob1f09368917df6dcf1ea821edb1bb390c506274e0
1 Description:
2 Compare UTF-16 strings using the collation rules of the current locale.
4 Files:
5 lib/unistr/u16-strcoll.c
6 lib/unistr/u-strcoll.h
8 Depends-on:
9 unistr/base
10 unistr/u16-strcmp
11 uniconv/u16-strconv-to-enc
12 localcharset
14 configure.ac:
15 gl_LIBUNISTRING_MODULE([0.9.4], [unistr/u16-strcoll])
17 Makefile.am:
18 if LIBUNISTRING_COMPILE_UNISTR_U16_STRCOLL
19 lib_SOURCES += unistr/u16-strcoll.c
20 endif
22 Include:
23 "unistr.h"
25 License:
26 LGPLv3+ or GPLv2
28 Maintainer:
29 all