Skip to content

Commit 6b6578c

Browse files
jensmaurertkoeppe
authored andcommitted
[locale.moneypunct.virtuals] Add reference to ISO 4217. (#1779)
1 parent 4987046 commit 6b6578c

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

source/back.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ \chapter{Bibliography}
99
\item
1010
ISO/IEC 10967-1:2012,
1111
\doccite{Information technology --- Language independent arithmetic ---
12-
Part 1: Integer and floating point arithmetic}
12+
Part 1: Integer and floating point arithmetic}
13+
\item
14+
ISO 4217:2015,
15+
\doccite{Codes for the representation of currencies}
1316
\end{itemize}
1417

1518
The arithmetic specification described in ISO/IEC 10967-1:2012 is

source/locales.tex

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4779,10 +4779,12 @@
47794779
\begin{itemdescr}
47804780
\pnum
47814781
\returns
4782-
A string to use as the currency identifier symbol.\footnote{For international
4783-
specializations (second template parameter
4784-
\tcode{true})
4785-
this is typically four characters long, usually three letters and a space.}
4782+
A string to use as the currency identifier symbol.
4783+
\begin{note}
4784+
For specializations where the second template parameter is \tcode{true},
4785+
this is typically four characters long: a three-letter code as specified
4786+
by ISO 4217 followed by a space.
4787+
\end{note}
47864788
\end{itemdescr}
47874789

47884790
\indexlibrarymember{moneypunct}{do_positive_sign}%
@@ -4835,7 +4837,7 @@
48354837
initialized to
48364838
\tcode{\{ symbol, sign, none, value \}}.\footnote{Note that the international
48374839
symbol returned by
4838-
\tcode{do_curr_sym()}
4840+
\tcode{do_curr_symbol()}
48394841
usually contains a space, itself;
48404842
for example, \tcode{"USD "}.}
48414843
\end{itemdescr}

0 commit comments

Comments
 (0)