mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-19 11:30:06 +00:00
29 lines
669 B
Plaintext
29 lines
669 B
Plaintext
|
repertoiremap mnemonic.ds
|
||
|
|
||
|
# One of a set of test locales for strfmon()
|
||
|
|
||
|
# The six characters after the "_" in the locale name indicate
|
||
|
# the last six LC_MONETARY values below.
|
||
|
|
||
|
LC_CTYPE
|
||
|
copy "POSIX"
|
||
|
END LC_CTYPE
|
||
|
|
||
|
LC_MONETARY
|
||
|
int_curr_symbol "<U><S><D><SP>"
|
||
|
currency_symbol "<DO>"
|
||
|
mon_decimal_point "<.>"
|
||
|
mon_thousands_sep "<,>"
|
||
|
mon_grouping 3;3
|
||
|
positive_sign "<+>"
|
||
|
negative_sign "<->"
|
||
|
int_frac_digits 2
|
||
|
frac_digits 2
|
||
|
p_cs_precedes 1
|
||
|
p_sign_posn 4
|
||
|
p_sep_by_space 2
|
||
|
n_cs_precedes 0
|
||
|
n_sign_posn 2
|
||
|
n_sep_by_space 1
|
||
|
END LC_MONETARY
|