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
vitaut
changed the title
Extra characters printed when formatting a string with precision
Extra characters printed when formatting invalid UTF-8 with precision
Mar 4, 2023
Formatting using string precision fails when there are non-ascii characters.
Here is a code to reproduce (first line works as expected, second doesn't as there is an extra "diamond-shaped" character printed):
https://godbolt.org/z/zzY4Y4Pec
The text was updated successfully, but these errors were encountered: