1162940Sache# $FreeBSD$
2162940Sache#
3162940Sache# WARNING: spaces may be essential at the end of lines
4162940Sache# WARNING: empty lines are essential too
5162940Sache#
6162940Sache# int_curr_symbol (last character always SPACE)
7162940SacheMNT 
8162940Sache# currency_symbol
9162940Sache���
10162940Sache# mon_decimal_point
11162940Sache.
12162940Sache# mon_thousands_sep
13162940Sache,
14162940Sache# mon_grouping, separated by ;
15162940Sache3;3
16162940Sache# positive_sign
17162940Sache
18162940Sache# negative_sign
19162940Sache-
20162940Sache# int_frac_digits
21162940Sache2
22162940Sache# frac_digits
23162940Sache2
24162940Sache# p_cs_precedes
25162940Sache1
26162940Sache# p_sep_by_space
27162940Sache0
28162940Sache# n_cs_precedes
29162940Sache1
30162940Sache# n_sep_by_space
31162940Sache0
32162940Sache# p_sign_posn
33162940Sache1
34162940Sache# n_sign_posn
35162940Sache1
36162940Sache# EOF
37