* include/cygwin/config.h (DEFAULT_LOCALE): Define as "C.UTF-8".

This commit is contained in:
Corinna Vinschen 2009-10-09 08:36:21 +00:00
parent ec4e5025e9
commit 1441f6a3d1
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2009-10-09 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/config.h (DEFAULT_LOCALE): Define as "C.UTF-8".
2009-10-08 Christopher Faylor <me+cygwin@cgf.cx>
* exceptions.cc (_cygtls::signal_exit): There's no need to set

View file

@ -67,6 +67,8 @@ extern char *_tlsbase __asm__ ("%fs:4");
#define __WCHAR_MAX__ 0xffffu
#endif
#define DEFAULT_LOCALE "C.UTF-8"
#ifdef __cplusplus
}
#endif