File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -19884,17 +19884,25 @@
19884
19884
The \tcode{L} option causes
19885
19885
the \defnx{locale-specific form}{locale-specific form!format string}
19886
19886
to be used for the conversion.
19887
- This option is only valid for arithmetic types.
19887
+ This option is only valid for arithmetic types, and
19888
+ its effect depends upon the type.
19889
+ \begin{itemize}
19890
+ \item
19888
19891
For integral types, the locale-specific form
19889
19892
causes the context's locale to be used
19890
19893
to insert the appropriate digit group separator characters.
19894
+
19895
+ \item
19891
19896
For floating-point types, the locale-specific form
19892
19897
causes the context's locale to be used
19893
19898
to insert the appropriate digit group and decimal radix separator characters.
19899
+
19900
+ \item
19894
19901
For the textual representation of \tcode{bool}, the locale-specific form
19895
19902
causes the context's locale to be used
19896
19903
to insert the appropriate string as if obtained
19897
19904
with \tcode{numpunct::truename} or \tcode{numpunct::falsename}.
19905
+ \end{itemize}
19898
19906
19899
19907
\pnum
19900
19908
The \fmtgrammarterm{type} determines how the data should be presented.
You can’t perform that action at this time.
0 commit comments