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 65f8389 commit f6102d0Copy full SHA for f6102d0
source/utilities.tex
@@ -19528,9 +19528,10 @@
19528
which are converted to arrays of \tcode{charT} using a decimal conversion with no leading zeroes.
19529
19530
\pnum
19531
-For streams where \tcode{charT} has an 8-bit representation,
19532
-\tcode{"\textmu{}s"} should be encoded as UTF-8. Otherwise UTF-16 or UTF-32 is encouraged.
19533
-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},
19534
+the unit suffix \tcode{"us"} is used instead of \tcode{"\textmu{}s"}.
19535
19536
19537
\returns \tcode{os}.
0 commit comments