172317Sphantom# $FreeBSD$
272317Sphantom#
372317Sphantom# WARNING: spaces may be essential at the end of lines
472317Sphantom# WARNING: empty lines are essential too
572317Sphantom#
672705Sphantom# int_curr_symbol (last character always SPACE)
790936SphantomEUR 
872317Sphantom# currency_symbol
990936SphantomEu
1072317Sphantom# mon_decimal_point
1172317Sphantom,
1272317Sphantom# mon_thousands_sep
1372317Sphantom.
1472317Sphantom# mon_grouping
1572317Sphantom3;3
1672317Sphantom# positive_sign
1772317Sphantom
1872317Sphantom# negative_sign
1972317Sphantom-
2072317Sphantom# int_frac_digits
2172317Sphantom2
2272317Sphantom# frac_digits
2372317Sphantom2
2472317Sphantom# p_cs_precedes
2572317Sphantom0
2672317Sphantom# p_sep_by_space
2772317Sphantom1
2872317Sphantom# n_cs_precedes
2972317Sphantom0
3072317Sphantom# n_sep_by_space
3172317Sphantom1
3272317Sphantom# p_sign_posn
3372317Sphantom1
3472317Sphantom# n_sign_posn
3572317Sphantom1
3672317Sphantom# EOF
37