2001-04-29 00:38:26 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
# WARNING: spaces may be essential at the end of lines
|
|
|
|
# WARNING: empty lines are essential too
|
|
|
|
#
|
|
|
|
# int_curr_symbol (last character always SPACE)
|
2002-02-19 18:38:04 +00:00
|
|
|
EUR
|
2001-04-29 00:38:26 +00:00
|
|
|
# currency_symbol
|
2002-02-19 18:38:04 +00:00
|
|
|
Eu
|
2001-04-29 00:38:26 +00:00
|
|
|
# mon_decimal_point
|
|
|
|
,
|
|
|
|
# mon_thousands_sep
|
|
|
|
.
|
|
|
|
# mon_grouping, separated by ;
|
|
|
|
3;3
|
|
|
|
# positive_sign
|
|
|
|
|
|
|
|
# negative_sign
|
|
|
|
-
|
|
|
|
# int_frac_digits
|
2004-09-24 07:48:05 +00:00
|
|
|
2
|
2001-04-29 00:38:26 +00:00
|
|
|
# frac_digits
|
2004-09-24 07:48:05 +00:00
|
|
|
2
|
2001-04-29 00:38:26 +00:00
|
|
|
# p_cs_precedes
|
|
|
|
1
|
|
|
|
# p_sep_by_space
|
|
|
|
1
|
|
|
|
# n_cs_precedes
|
|
|
|
1
|
|
|
|
# n_sep_by_space
|
|
|
|
1
|
|
|
|
# p_sign_posn
|
|
|
|
1
|
|
|
|
# n_sign_posn
|
|
|
|
1
|
|
|
|
# EOF
|