We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b07b5 commit a8e30d3Copy full SHA for a8e30d3
source/utilities.tex
@@ -19514,9 +19514,10 @@
19514
which are converted to arrays of \tcode{charT} using a decimal conversion with no leading zeroes.
19515
19516
\pnum
19517
-For streams where \tcode{charT} has an 8-bit representation,
19518
-\tcode{"\textmu{}s"} should be encoded as UTF-8. Otherwise UTF-16 or UTF-32 is encouraged.
19519
-The implementation may substitute other encodings, including \tcode{"us"}.
+If \tcode{Period::type} is \tcode{micro},
+but the character U+00B5 cannot be represented in
+the encoding used for \tcode{charT},
19520
+the unit suffix \tcode{"us"} is used instead of \tcode{"\textmu{}s"}.
19521
19522
19523
\returns \tcode{os}.
0 commit comments