Skip to content

Commit 13ddad0

Browse files
committed
P1885R12 Naming Text Encodings to Demystify Them
[text.*] Minor changes were made for consistency with existing text.
1 parent d544cfc commit 13ddad0

File tree

4 files changed

+750
-4
lines changed

4 files changed

+750
-4
lines changed

source/intro.tex

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,15 @@
6767
Language Specification},
6868
Standard Ecma-262, third edition, 1999.
6969
\item
70+
Internet Assigned Numbers Authority. \doccite{IANA Character Sets Database},
71+
2021-04-01.
72+
Available from: \url{https://www.iana.org/assignments/character-sets/}
73+
\item
74+
%%FIXME: Is this redundant?
75+
The Unicode Consortium. \doccite{Unicode Character Mapping Markup Language},
76+
Revision 5.0.1; 2017-05-31.
77+
Available from: \url{http://www.unicode.org/reports/tr22/tr22-8.html}
78+
\item
7079
The Unicode Consortium. \doccite{The Unicode Standard}.
7180
Available from: \url{https://www.unicode.org/versions/latest/}
7281
\end{itemize}

source/lib-intro.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,8 +1079,8 @@
10791079
\tcode{<expected>} \\
10801080
\tcode{<filesystem>} \\
10811081
\tcode{<flat_map>} \\
1082-
\columnbreak
10831082
\tcode{<flat_set>} \\
1083+
\columnbreak
10841084
\tcode{<format>} \\
10851085
\tcode{<forward_list>} \\
10861086
\tcode{<fstream>} \\
@@ -1102,8 +1102,8 @@
11021102
\tcode{<mdspan>} \\
11031103
\tcode{<memory>} \\
11041104
\tcode{<memory_resource>} \\
1105-
\columnbreak
11061105
\tcode{<mutex>} \\
1106+
\columnbreak
11071107
\tcode{<new>} \\
11081108
\tcode{<numbers>} \\
11091109
\tcode{<numeric>} \\
@@ -1125,8 +1125,8 @@
11251125
\tcode{<sstream>} \\
11261126
\tcode{<stack>} \\
11271127
\tcode{<stacktrace>} \\
1128-
\columnbreak
11291128
\tcode{<stdexcept>} \\
1129+
\columnbreak
11301130
\tcode{<stdfloat>} \\
11311131
\tcode{<stop_token>} \\
11321132
\tcode{<streambuf>} \\
@@ -1135,6 +1135,7 @@
11351135
\tcode{<strstream>} \\
11361136
\tcode{<syncstream>} \\
11371137
\tcode{<system_error>} \\
1138+
\tcode{<text_encoding>} \\
11381139
\tcode{<thread>} \\
11391140
\tcode{<tuple>} \\
11401141
\tcode{<type_traits>} \\

0 commit comments

Comments
 (0)