https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251674

--- Comment #5 from Yuri Pankov <[email protected]> ---
(In reply to Yuri Victorovich from comment #4)
So it's full of wonders, for clang you need:

    std::wcout.imbue(std::locale(""));

...and for gcc you need:

    setlocale(LC_ALL, "");

Reproduced the same with clang/libc++ 10/11 on Debian, so it does not seem to
be FreeBSD specific.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to