@@ -61,6 +61,40 @@ \section{\module{locale} ---
6161 Returns the database of of the local conventions as a dictionary.
6262 This dictionary has the following strings as keys:
6363
64+ \begin {tableiii }{l|l|l}{code}{Key}{Category}{Meaning}
65+ \lineiii {'decimal_point'}{\constant {LC_NUMERIC}}
66+ {Decimal point character.}
67+ \lineiii {'grouping'}{\constant {LC_NUMERIC}}
68+ {Sequence of numbers specifying which relative positions
69+ the \code {'thousands_sep'} is expected. If the sequence is
70+ terminated with \constant {CHAR_MAX}, no further grouping
71+ is performed. If the sequence terminates with a \code {0},
72+ the last group size is repeatedly used.}
73+ \lineiii {'thousands_sep'}{\constant {LC_NUMERIC}}
74+ {Character used between groups.}\hline
75+ \lineiii {'int_curr_symbol'}{\constant {LC_MONETARY}}
76+ {International currency symbol.}
77+ \lineiii {'currency_symbol'}{\constant {LC_MONETARY}}
78+ {Local currency symbol.}
79+ \lineiii {'mon_decimal_point'}{\constant {LC_MONETARY}}
80+ {Decimal point used for monetary values.}
81+ \lineiii {'mon_thousands_sep'}{\constant {LC_MONETARY}}
82+ {Group separator used for monetary values.}
83+ \lineiii {'mon_grouping'}{\constant {LC_MONETARY}}
84+ {Equivalent to \code {'grouping'}, used for monetary
85+ values.}
86+ \lineiii {'positive_sign'}{\constant {LC_MONETARY}}
87+ {Symbol used to annotate a positive monetary value.}
88+ \lineiii {'negative_sign'}{\constant {LC_MONETARY}}
89+ {Symbol used to annotate a nnegative monetary value.}
90+ \lineiii {'frac_digits'}{\constant {LC_MONETARY}}
91+ {Number of fractional digits used in local formatting
92+ of monetary values.}
93+ \lineiii {'int_frac_digits'}{\constant {LC_MONETARY}}
94+ {Number of fractional digits used in international
95+ formatting of monetary values.}
96+ \end {tableiii }
97+
6498 \begin {itemize }
6599 \item
66100 \code {'decimal_point'} specifies the decimal point used in floating
0 commit comments