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.
2 parents 4c124dc + 55b6fb3 commit 9311da8Copy full SHA for 9311da8
source/time.tex
@@ -10509,6 +10509,11 @@
10509
the formats specified in ISO 8601:2004 shall be used where so described.
10510
Some of the conversion specifiers
10511
depend on the formatting locale.
10512
+If the string literal encoding is a Unicode encoding form and
10513
+the locale is among
10514
+an \impldef{locales with Unicode support for chrono types} set of locales,
10515
+each replacement that depends on the locale is performed as if
10516
+the replacement character sequence is converted to the string literal encoding.
10517
If the formatted object does not contain the information
10518
the conversion specifier refers to,
10519
an exception of type \tcode{format_error} is thrown.
0 commit comments