* include/cygwin/config.h (DEFAULT_LOCALE): Define as "C.UTF-8".
This commit is contained in:
parent
ec4e5025e9
commit
1441f6a3d1
@ -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>
|
2009-10-08 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
* exceptions.cc (_cygtls::signal_exit): There's no need to set
|
* exceptions.cc (_cygtls::signal_exit): There's no need to set
|
||||||
|
@ -67,6 +67,8 @@ extern char *_tlsbase __asm__ ("%fs:4");
|
|||||||
#define __WCHAR_MAX__ 0xffffu
|
#define __WCHAR_MAX__ 0xffffu
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define DEFAULT_LOCALE "C.UTF-8"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user