We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061e643 commit add4df6Copy full SHA for add4df6
1 file changed
source/text.tex
@@ -6446,7 +6446,9 @@
6446
let \range{first}{last} be a range
6447
large enough to hold the \tcode{to_chars} output
6448
and \tcode{value} be the formatting argument value.
6449
-Formatting is done as if by calling \tcode{to_chars} as specified
+Formatting is done as if by calling \tcode{to_chars} as specified,
6450
+transcoding the \tcode{to_chars} output to the wide literal encoding if
6451
+\tcode{charT} is \tcode{wchar_t},
6452
and copying the output through the output iterator of the format context.
6453
\begin{note}
6454
Additional padding and adjustments are performed
0 commit comments