bump standards-version
[gnulib.git] / doc / posix-headers / locale.texi
1 @node locale.h
2 @section @file{locale.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html}
5
6 Gnulib module: locale
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 The definition of @samp{LC_MESSAGES} is missing on some platforms:
12 mingw, MSVC 9.
13
14 @item
15 The @code{locale_t} type is not defined on some platforms:
16 glibc 2.11, MacOS X 10.5.
17
18 @item
19 Some platforms provide a @code{NULL} macro that cannot be used in arbitrary
20 expressions:
21 NetBSD 5.0
22 @end itemize
23
24 Portability problems not fixed by Gnulib:
25 @itemize
26 @end itemize