1285SN/A# $FreeBSD$
2756Saefimov#
3285SN/A# WARNING: spaces may be essential at the end of lines
4285SN/A# WARNING: empty lines are essential too
5285SN/A#
6285SN/A# int_curr_symbol (last character always SPACE)
7285SN/AUAH 
8285SN/A# currency_symbol
9285SN/A���.
10285SN/A# mon_decimal_point
11285SN/A,
12285SN/A# mon_thousands_sep
13285SN/A 
14285SN/A# mon_grouping, separated by ;
15285SN/A3;3
16285SN/A# positive_sign
17285SN/A
18285SN/A# negative_sign
19285SN/A-
20285SN/A# int_frac_digits
21285SN/A2
22285SN/A# frac_digits
23285SN/A2
24285SN/A# p_cs_precedes
25285SN/A0
26285SN/A# p_sep_by_space
27285SN/A1
28285SN/A# n_cs_precedes
29285SN/A0
30285SN/A# n_sep_by_space
31285SN/A1
32285SN/A# p_sign_posn
33285SN/A1
34285SN/A# n_sign_posn
35285SN/A1
36477SN/A# EOF
37477SN/A