193885Sphantom# $FreeBSD$
293885Sphantom#
393885Sphantom# WARNING: spaces may be essential at the end of lines
493885Sphantom# WARNING: empty lines are essential too
593885Sphantom#
693885Sphantom# int_curr_symbol (last character always SPACE)
793885SphantomBRL 
893885Sphantom# currency_symbol
993885SphantomR$
1093885Sphantom# mon_decimal_point (possibly incorrect for pt_BR)
1193885Sphantom,
1293885Sphantom# mon_thousands_sep
1393885Sphantom.
1493885Sphantom# mon_grouping, separated by ;
1593885Sphantom3;3
1693885Sphantom# positive_sign
1793885Sphantom
1893885Sphantom# negative_sign
1993885Sphantom-
2093885Sphantom# int_frac_digits
2193885Sphantom2
2293885Sphantom# frac_digits
2393885Sphantom2
2493885Sphantom# p_cs_precedes
2593885Sphantom0
2693885Sphantom# p_sep_by_space
2793885Sphantom1
2893885Sphantom# n_cs_precedes
2993885Sphantom0
3093885Sphantom# n_sep_by_space
3193885Sphantom1
3293885Sphantom# p_sign_posn
3393885Sphantom1
3493885Sphantom# n_sign_posn
3593885Sphantom1
3693885Sphantom# EOF
37