176105Sphantom# $FreeBSD$
276105Sphantom#
376105Sphantom# WARNING: spaces may be essential at the end of lines
476105Sphantom# WARNING: empty lines are essential too
576105Sphantom#
676105Sphantom# int_curr_symbol (last character always SPACE)
790936SphantomEUR 
876105Sphantom# currency_symbol
990936SphantomEu
10159509Ssimon# mon_decimal_point
11159509Ssimon,
1276105Sphantom# mon_thousands_sep
1376105Sphantom.
1476105Sphantom# mon_grouping, separated by ;
1576105Sphantom3;3
1676105Sphantom# positive_sign
1776105Sphantom
1876105Sphantom# negative_sign
1976105Sphantom-
2076105Sphantom# int_frac_digits
2176105Sphantom2
2276105Sphantom# frac_digits
2376105Sphantom2
2476105Sphantom# p_cs_precedes
2576105Sphantom0
2676105Sphantom# p_sep_by_space
2776105Sphantom1
2876105Sphantom# n_cs_precedes
2976105Sphantom0
3076105Sphantom# n_sep_by_space
3176105Sphantom1
3276105Sphantom# p_sign_posn
3376105Sphantom1
3476105Sphantom# n_sign_posn
3576105Sphantom1
3676105Sphantom# EOF
37