1# One of a set of test locales for strfmon()
2
3# The six characters after the "_" in the locale name indicate
4# the last six LC_MONETARY values below.
5
6LC_CTYPE
7copy "POSIX"
8END LC_CTYPE
9
10LC_MONETARY
11int_curr_symbol         "<U0055><U0053><U0043><U0020>"
12currency_symbol         "<U0024>"
13mon_decimal_point       "<U002E>"
14mon_thousands_sep       "<U002C>"
15mon_grouping            3;3
16positive_sign           "<U002B>"
17negative_sign           "<U002D>"
18int_frac_digits         2
19frac_digits             2
20p_cs_precedes           0
21p_sign_posn             4
22p_sep_by_space          1
23n_cs_precedes           0
24n_sign_posn             0
25n_sep_by_space          0
26int_p_cs_precedes       0
27int_p_sign_posn         4
28int_p_sep_by_space      1
29int_n_cs_precedes       0
30int_n_sign_posn         0
31int_n_sep_by_space      0
32END LC_MONETARY
33