Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

P2419R2 Clarify handling of encodings in localized formatting of chrono types #5707

Merged
merged 1 commit into from
Aug 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/time.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10509,6 +10509,11 @@
the formats specified in ISO 8601:2004 shall be used where so described.
Some of the conversion specifiers
depend on the formatting locale.
If the string literal encoding is a Unicode encoding form and
the locale is among
an \impldef{locales with Unicode support for chrono types} set of locales,
each replacement that depends on the locale is performed as if
the replacement character sequence is converted to the string literal encoding.
If the formatted object does not contain the information
the conversion specifier refers to,
an exception of type \tcode{format_error} is thrown.
Expand Down