regex: Use space optimization also with clang.
[gnulib.git] / doc / posix-headers / uchar.texi
blob6d258dd82a981b7c9cb4980babf13251e8e4f9d3
1 @node uchar.h
2 @section @file{uchar.h}
4 Defines the types @code{char16_t}, @code{char32_t} and declares the
5 functions @code{mbrtoc16}, @code{c16rtomb}, @code{mbrtoc32},
6 @code{c32rtomb}.
8 Gnulib module: uchar
10 Portability problems fixed by Gnulib:
11 @itemize
12 @item
13 This header file is missing on many non-glibc platforms:
14 glibc 2.15, Mac OS X 10.13, FreeBSD 6.4, NetBSD 9.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, Solaris 11.3, Cygwin, mingw, MSVC 9.
15 @end itemize
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @end itemize