Skip to content

Commit 518d57e

Browse files
authored
Merge 2023-06 LWG Motion 17
P1885R12 Naming Text Encodings to Demystify Them
2 parents 8470fab + 3ca7c13 commit 518d57e

File tree

4 files changed

+747
-4
lines changed

4 files changed

+747
-4
lines changed

source/back.tex

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,17 @@ \chapter{Bibliography}
1818
Programming languages, their environments, and system software interfaces ---
1919
Floating-point extensions for C --- Part 3: Interchange and extended types}
2020
% Other international standards.
21+
\item
22+
IANA Character Sets Database.
23+
Available from:\newline
24+
\url{https://www.iana.org/assignments/character-sets/}, 2021-04-01
2125
\item
2226
IANA Time Zone Database.
2327
Available from: \url{https://www.iana.org/time-zones}
28+
\item
29+
Unicode Character Mapping Markup Language [online].
30+
Edited by Mark Davis and Markus Scherer. Revision 5.0.1; 2017-05-31
31+
Available from: \url{http://www.unicode.org/reports/tr22/tr22-8.html}
2432
% Literature references.
2533
\item
2634
Bjarne Stroustrup,

source/lib-intro.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,8 +1093,8 @@
10931093
\tcode{<expected>} \\
10941094
\tcode{<filesystem>} \\
10951095
\tcode{<flat_map>} \\
1096-
\columnbreak
10971096
\tcode{<flat_set>} \\
1097+
\columnbreak
10981098
\tcode{<format>} \\
10991099
\tcode{<forward_list>} \\
11001100
\tcode{<fstream>} \\
@@ -1116,8 +1116,8 @@
11161116
\tcode{<mdspan>} \\
11171117
\tcode{<memory>} \\
11181118
\tcode{<memory_resource>} \\
1119-
\columnbreak
11201119
\tcode{<mutex>} \\
1120+
\columnbreak
11211121
\tcode{<new>} \\
11221122
\tcode{<numbers>} \\
11231123
\tcode{<numeric>} \\
@@ -1140,8 +1140,8 @@
11401140
\tcode{<sstream>} \\
11411141
\tcode{<stack>} \\
11421142
\tcode{<stacktrace>} \\
1143-
\columnbreak
11441143
\tcode{<stdexcept>} \\
1144+
\columnbreak
11451145
\tcode{<stdfloat>} \\
11461146
\tcode{<stop_token>} \\
11471147
\tcode{<streambuf>} \\
@@ -1150,6 +1150,7 @@
11501150
\tcode{<strstream>} \\
11511151
\tcode{<syncstream>} \\
11521152
\tcode{<system_error>} \\
1153+
\tcode{<text_encoding>} \\
11531154
\tcode{<thread>} \\
11541155
\tcode{<tuple>} \\
11551156
\tcode{<type_traits>} \\

0 commit comments

Comments
 (0)