You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a library function print shouldn't be changing the global locale, because this could mess up user assumptions. This should be done on the application level.
Shouldn't fmt::print select wcout seemlessly?
Last time I checked writing via iostreams added nontrivial overhead. But you can easily write a formatting function that writes to wcout instead of stdout by default yourself.
Now we can do this
std
way on Windows 10 v1803 or laterbut
fmt::print
still do need this :Otherwise, it only prints 'z'.
I wonder why? Is there some performance hits to support
setlocale
likewprintf
?The text was updated successfully, but these errors were encountered: