1105445Sache# $FreeBSD$
2105445Sache#
3105445Sache# WARNING: spaces may be essential at the end of lines
4105445Sache# WARNING: empty lines are essential too
5105445Sache#
6105445Sache# int_curr_symbol (last character always SPACE)
7105445SacheYUD 
8105445Sache# currency_symbol
9105445Sache���
10105445Sache# mon_decimal_point
11105445Sache,
12105445Sache# mon_thousands_sep
13105445Sache 
14105445Sache# mon_grouping, separated by ;
15105445Sache3;3
16105445Sache# positive_sign
17105445Sache
18105445Sache# negative_sign
19105445Sache-
20105445Sache# int_frac_digits
21105445Sache2
22105445Sache# frac_digits
23105445Sache2
24105445Sache# p_cs_precedes
25105445Sache0
26105445Sache# p_sep_by_space
27105445Sache1
28105445Sache# n_cs_precedes
29105445Sache0
30105445Sache# n_sep_by_space
31105445Sache1
32105445Sache# p_sign_posn
33105445Sache1
34105445Sache# n_sign_posn
35105445Sache1
36105445Sache# EOF
37