Lines 45-51
namespace
Link Here
|
45 |
{ |
45 |
{ |
46 |
#if !defined(macintosh) && !defined(__APPLE__) && !defined(__APPLE_CC__) |
46 |
#if !defined(macintosh) && !defined(__APPLE__) && !defined(__APPLE_CC__) |
47 |
// ISO C calls this "the locale-specific native environment": |
47 |
// ISO C calls this "the locale-specific native environment": |
48 |
static std::locale lc(""); |
48 |
static std::locale lc; |
49 |
#else // Mac OS |
49 |
#else // Mac OS |
50 |
// "All BSD system functions expect their string parameters to be in UTF-8 encoding |
50 |
// "All BSD system functions expect their string parameters to be in UTF-8 encoding |
51 |
// and nothing else." |
51 |
// and nothing else." |