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
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_