172172Sphantom# $FreeBSD$
272172Sphantom#
372172Sphantom# WARNING: spaces may be essential at the end of lines
472172Sphantom# WARNING: empty lines are essential too
572172Sphantom#
672705Sphantom# int_curr_symbol (last character always SPACE)
772267SacheUSD 
872172Sphantom# currency_symbol
972172Sphantom$
1072172Sphantom# mon_decimal_point
1172172Sphantom.
1272172Sphantom# mon_thousands_sep
1372172Sphantom,
1472275Sache# mon_grouping, separated by ;
1572327Sache3;3
1672172Sphantom# positive_sign
1772172Sphantom
1872172Sphantom# negative_sign
1972172Sphantom-
2072172Sphantom# int_frac_digits
2172172Sphantom2
2272172Sphantom# frac_digits
2372172Sphantom2
2472172Sphantom# p_cs_precedes
2572172Sphantom1
2672172Sphantom# p_sep_by_space
2772172Sphantom0
2872172Sphantom# n_cs_precedes
2972172Sphantom1
3072172Sphantom# n_sep_by_space
3172172Sphantom0
3272172Sphantom# p_sign_posn
3372172Sphantom1
3472172Sphantom# n_sign_posn
3572172Sphantom1
3672172Sphantom# EOF
37