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

Update references to Unicode Standard & Annexes. #5826

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions source/back.tex
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,20 @@ \chapter{Bibliography}
%%% http://www.iec.ch/standardsdev/resources/draftingpublications/directives/principles/referencing.htm
The Unicode Consortium. Unicode Standard Annex, UAX \#29,
\doccite{Unicode Text Segmentation} [online].
Edited by Mark Davis. Revision 35; issued for Unicode 12.0.0. 2019-02-15 [viewed 2020-02-23].
Available from: \url{http://www.unicode.org/reports/tr29/tr29-35.html}
Edited by Christopher Chapman. Revision 41; issued for Unicode 15.0.0.
2022-08-26 [viewed 2022-09-14].
Available from: \url{https://www.unicode.org/reports/tr29/tr29-41.html}
\item
The Unicode Consortium. Unicode Standard Annex, UAX \#31,
\doccite{Unicode Identifier and Pattern Syntax} [online].
Edited by Mark Davis. Revision 33; issued for Unicode 13.0.0.
2020-02-13 [viewed 2021-06-08].
Available from: \url{https://www.unicode.org/reports/tr31/tr31-33.html}
Edited by Mark Davis and Robin Leroy. Revision 37; issued for Unicode 15.0.0.
2022-08-31 [viewed 2022-09-14].
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
2022-08-31 [viewed 2022-09-14].
2022-08-31 [viewed 2022-09-14].

Available from: \url{https://www.unicode.org/reports/tr31/tr31-37.html}
\item
The Unicode Standard Version 14.0,
The Unicode Standard Version 15.0,
\doccite{Core Specification}.
Unicode Consortium, ISBN 978-1-936213-29-0, copyright \copyright 2021 Unicode, Inc.
Available from: \url{https://www.unicode.org/versions/Unicode14.0.0/UnicodeStandard-14.0.pdf}
Unicode Consortium, ISBN 978-1-936213-32-0, copyright \copyright 2022 Unicode, Inc.
Available from: \url{https://www.unicode.org/versions/Unicode15.0.0/UnicodeStandard-15.0.pdf}
\item
IANA Time Zone Database.
Available from: \url{https://www.iana.org/time-zones}
Expand Down
4 changes: 2 additions & 2 deletions source/iostreams.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6886,7 +6886,7 @@
if invoking the native Unicode API requires transcoding,
implementations should substitute invalid code units
with \unicode{fffd}{replacement character} per
The Unicode Standard Version 14.0 - Core Specification, Chapter 3.9.
The Unicode Standard Version 15.0 - Core Specification, Chapter 3.9.
\end{itemdescr}

\rSec3[ostream.unformatted]{Unformatted output functions}
Expand Down Expand Up @@ -7820,7 +7820,7 @@
If invoking the native Unicode API requires transcoding,
implementations should substitute invalid code units
with \unicode{fffd}{replacement character} per
The Unicode Standard Version 14.0 - Core Specification, Chapter 3.9.
The Unicode Standard Version 15.0 - Core Specification, Chapter 3.9.
\end{itemdescr}

\indexlibraryglobal{vprint_nonunicode}%
Expand Down