186072Sache# $FreeBSD$
286072Sache#
386072Sache# WARNING: spaces may be essential at the end of lines
486072Sache# WARNING: empty lines are essential too
586072Sache#
686072Sache# int_curr_symbol (last character always SPACE)
786072SacheBGN 
886072Sache# currency_symbol
986072Sache��.
1086072Sache# mon_decimal_point
1186072Sache,
1286072Sache# mon_thousands_sep
1386072Sache 
1486072Sache# mon_grouping
1586072Sache3;3
1686072Sache# positive_sign
1786072Sache
1886072Sache# negative_sign
1986072Sache-
2086072Sache# int_frac_digits
2186072Sache2
2286072Sache# frac_digits
2386072Sache2
2486072Sache# p_cs_precedes
2586072Sache0
2686072Sache# p_sep_by_space
2786072Sache1
2886072Sache# n_cs_precedes
2986072Sache0
3086072Sache# n_sep_by_space
3186072Sache1
3286072Sache# p_sign_posn
3386072Sache1
3486072Sache# n_sign_posn
3586072Sache1
3686072Sache# EOF
37