File tree Expand file tree Collapse file tree 4 files changed +17
-13
lines changed Expand file tree Collapse file tree 4 files changed +17
-13
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,16 @@ \chapter{Bibliography}
26
26
\item
27
27
ISO 4217:2015,
28
28
\doccite {Codes for the representation of currencies}
29
+ \item
30
+ ISO/IEC/IEEE 60559:2011, \doccite {Information technology ---
31
+ Microprocessor Systems --- Floating-Point arithmetic}
32
+ \item
33
+ % %% Format for the following entry is based on that specified at
34
+ % %% http://www.iec.ch/standardsdev/resources/draftingpublications/directives/principles/referencing.htm
35
+ The Unicode Consortium. Unicode Standard Annex, UAX \# 29,
36
+ \doccite {Unicode Text Segmentation} [online].
37
+ Edited by Mark Davis. Revision 35; issued for Unicode 12.0.0. 2019-02-15 [viewed 2020-02-23].
38
+ Available at \url {http://www.unicode.org/reports/tr29/tr29-35.html}
29
39
\end {itemize }
30
40
31
41
The arithmetic specification described in ISO/IEC 10967-1:2012 is
Original file line number Diff line number Diff line change 3056
3056
A byte is at least large enough to contain any member of the basic
3057
3057
\indextext {character set!basic execution}%
3058
3058
execution character set\iref {lex.charset }
3059
- and the eight-bit code units of the Unicode UTF-8 encoding form
3059
+ and the eight-bit code units of the Unicode%
3060
+ \footnote {Unicode\textregistered \ is a registered trademark of Unicode, Inc.
3061
+ This information is given for the convenience of users of this document and
3062
+ does not constitute an endorsement by ISO or IEC of this product.}
3063
+ UTF-8 encoding form
3060
3064
and is composed of a contiguous sequence of
3061
3065
bits,\footnote {The number of bits in a byte is reported by the macro
3062
3066
\tcode {CHAR_BIT} in the header \libheaderref {climits }.}
Original file line number Diff line number Diff line change 54
54
Universal Coded Character Set (UCS)}
55
55
\item ISO/IEC 10646:2003, \doccite {Information technology ---
56
56
Universal Multiple-Octet Coded Character Set (UCS)}
57
- \item ISO/IEC/IEEE 60559:2011, \doccite {Information technology ---
58
- Microprocessor Systems --- Floating-Point arithmetic}
59
57
\item ISO 80000-2:2009, \doccite {Quantities and units ---
60
58
Part 2: Mathematical signs and symbols
61
59
to be used in the natural sciences and technology}
62
- % %% Format for the following entry is based on that specified at
63
- % %% http://www.iec.ch/standardsdev/resources/draftingpublications/directives/principles/referencing.htm
64
- \item The Unicode Consortium. Unicode%
65
- \footnote {Unicode\textregistered \ is a registered trademark of Unicode, Inc.
66
- This information is given for the convenience of users of this document and
67
- does not constitute an endorsement by ISO or IEC of this product.}
68
- Standard Annex, UAX \# 29, \doccite {Unicode Text Segmentation} [online].
69
- Edited by Mark Davis. Revision 35; issued for Unicode 12.0.0. 2019-02-15 [viewed 2020-02-23].
70
- Available at \url {http://www.unicode.org/reports/tr29/tr29-35.html}
71
60
\end {itemize }
72
61
73
62
\pnum
Original file line number Diff line number Diff line change 10490
10490
\pnum
10491
10491
Each conversion specifier \fmtgrammarterm {conversion-spec}
10492
10492
is replaced by appropriate characters
10493
- as described in \tref {time.format.spec }.
10493
+ as described in \tref {time.format.spec };
10494
+ the formats specified in ISO 8601:2004 shall be used where so described.
10494
10495
Some of the conversion specifiers
10495
10496
depend on the locale that is passed to the formatting function
10496
10497
if the latter takes one,
You can’t perform that action at this time.
0 commit comments