1123682Sache# $FreeBSD$
2123682Sache# WARNING: spaces may be essential at the end of lines
3123682Sache# WARNING: empty lines are essential too
4123682Sache#
5123682Sache# int_curr_symbol (last character always SPACE)
6123682SacheBYR 
7123682Sache# currency_symbol
8123682Sache���.
9123682Sache# mon_decimal_point
10123682Sache,
11123682Sache# mon_thousands_sep
12123682Sache 
13123682Sache# mon_grouping
14123682Sache3;3
15123682Sache# positive_sign
16123682Sache
17123682Sache# negative_sign
18123682Sache-
19123682Sache# int_frac_digits
20123682Sache2
21123682Sache# frac_digits
22123682Sache2
23123682Sache# p_cs_precedes
24123682Sache0
25123682Sache# p_sep_by_space
26123682Sache1
27123682Sache# n_cs_precedes
28123682Sache0
29123682Sache# n_sep_by_space
30123682Sache1
31123682Sache# p_sign_posn
32123682Sache1
33123682Sache# n_sign_posn
34123682Sache1
35123682Sache# EOF
36