Re: [Mingw-w64-public] std::locale

2015-07-01 Thread Ruben Van Boxem
2015-07-01 12:15 GMT+02:00 : > In this web page: > http://en.cppreference.com/w/cpp/locale/toupper > > I got this code: > #include > #include > #include > > int main() > { > wchar_t c = L'\u017f'; // Latin small letter Long S ('ſ') > std::cout << std::hex << std::showbase; > std::co

[Mingw-w64-public] std::locale

2015-07-01 Thread papa
In this web page: http://en.cppreference.com/w/cpp/locale/toupper I got this code: #include #include #include int main() { wchar_t c = L'\u017f'; // Latin small letter Long S ('ſ') std::cout << std::hex << std::showbase; std::cout << "in the default locale, toupper(" << (std::wint_