90b99402a9
previous \3 repeat forever, according to SUSv2 Add comment about mon_grouping separator NOTE: mon_grouping localeconv() parsing still broken.
37 lines
415 B
Plaintext
37 lines
415 B
Plaintext
# $FreeBSD$
|
|
#
|
|
# WARNING: spaces may be essential at the end of lines
|
|
# WARNING: empty lines are essential too
|
|
#
|
|
# int_curr_symbol
|
|
ZAR
|
|
# currency_symbol
|
|
R
|
|
# mon_decimal_point
|
|
,
|
|
# mon_thousands_sep
|
|
.
|
|
# mon_grouping, separated by ;
|
|
3
|
|
# positive_sign
|
|
|
|
# negative_sign
|
|
-
|
|
# int_frac_digits
|
|
2
|
|
# frac_digits
|
|
2
|
|
# p_cs_precedes
|
|
1
|
|
# p_sep_by_space
|
|
0
|
|
# n_cs_precedes
|
|
1
|
|
# n_sep_by_space
|
|
0
|
|
# p_sign_posn
|
|
1
|
|
# n_sign_posn
|
|
1
|
|
# EOF
|