Date: Tue, 1 Apr 2025 15:36:32 -0400
On Tue, Apr 1, 2025 at 3:34 PM Tymi via Std-Proposals
<std-proposals_at_[hidden]> wrote:
>
> > Which should only be considered after format_string supports char16_t.
> We have std::wformat_string for that
wchar_t is not UTF-16; it is 100% implementation dependent. char16_t is UTF-16.
<std-proposals_at_[hidden]> wrote:
>
> > Which should only be considered after format_string supports char16_t.
> We have std::wformat_string for that
wchar_t is not UTF-16; it is 100% implementation dependent. char16_t is UTF-16.
Received on 2025-04-01 19:36:45