Hi all,
I would like to hear about:
Until there is some report about this, I would recommend
no change.
Best regards,
Peter
From: Lib-Ext <lib-ext-bounces@lists.isocpp.org>
On Behalf Of Inbal Levi via Lib-Ext
Sent: 28 March 2022 18:09
To: C++ Library Evolution Working Group <lib-ext@lists.isocpp.org>
Cc: Inbal Levi <sinbal2l@gmail.com>; sg16@lists.isocpp.org; Bryce Adelstein Lelbach aka wash <brycelelbach@gmail.com>; Corentin <corentin.jabot@gmail.com>; Victor Zverovich <victor.zverovich@gmail.com>
Subject: [isocpp-lib-ext] LEWG(I) Weekly review - P2549R0: Should the output of std::print to a terminal be synchronized with the underlying stream?
Hello all,
Today we have a paper in a bit of a different format (😉) -
this is an
Info paper, which the fmt library author wrote to notify LEWG of the current behaviour.
Currently there's
no action suggested in the paper, but we would like the author to
get an indication on the amount of support for the status quo, as well as whether a change is needed.
P2539R0: Should the output of std::print to a terminal be synchronized with the underlying stream? (wg21.link/P2539)
by: Victor Zverovich
***
From the Discussion:
To prevent mojibake std::print may
use a native Unicode API when writing to a terminal bypassing the stream buffer. During the review of [P2093] "Formatted
output" Tim Song suggested that synchronizing std::print with
the underlying stream may be beneficial for gradual adoption.
Some meta data:
print.***
Weekly reviews improve quality!
Running weekly reviews allows more iterations on each proposal, which hopefully, in turn, will result in more accurate and subtle fixes.
Thank you for taking the time to review the proposal,
and have a great week!
Inbal Levi