26676f111935c41244047ee9ca9bfd8e9964fff2
[gnulib.git] / doc / functions / setlocale.texi
1 @node setlocale
2 @section @code{setlocale}
3 @findex setlocale
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/setlocale.html}
6
7 Gnulib module: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 On Cygwin, which doesn't have locales, @code{setlocale(LC_ALL,NULL)} always
17 returns @code{"C"}.
18 @end itemize