189077Sache# $FreeBSD$
289077Sache#
389077Sache# WARNING: spaces may be essential at the end of lines
489077Sache# WARNING: empty lines are essential too
589077Sache#
689077Sache# int_curr_symbol (last character always SPACE)
789077SacheROL 
889077Sache# currency_symbol
989077SacheLei
1089077Sache# mon_decimal_point
1189077Sache,
1289077Sache# mon_thousands_sep
1389077Sache 
1489077Sache# mon_grouping, separated by ;
1589077Sache3;3
1689077Sache# positive_sign
1789077Sache
1889077Sache# negative_sign
1989077Sache-
2089077Sache# int_frac_digits
2189077Sache2
2289077Sache# frac_digits
2389077Sache2
2489077Sache# p_cs_precedes
2589077Sache0
2689077Sache# p_sep_by_space
2789077Sache1
2889077Sache# n_cs_precedes
2989077Sache0
3089077Sache# n_sep_by_space
3189077Sache1
3289077Sache# p_sign_posn
3389077Sache1
3489077Sache# n_sign_posn
3589077Sache1
3689077Sache# EOF
37