172318Sphantom# $FreeBSD$
272318Sphantom#
372318Sphantom# WARNING: spaces may be essential at the end of lines
472318Sphantom# WARNING: empty lines are essential too
572318Sphantom#
672705Sphantom# int_curr_symbol (last character always SPACE)
772318SphantomCZK 
872318Sphantom# currency_symbol
972318SphantomK�
1072318Sphantom# mon_decimal_point
1172318Sphantom,
1272318Sphantom# mon_thousands_sep
1372318Sphantom 
1472318Sphantom# mon_grouping
1572318Sphantom3;3
1672318Sphantom# positive_sign
1772318Sphantom
1872318Sphantom# negative_sign
1972318Sphantom-
2072318Sphantom# int_frac_digits
2172318Sphantom2
2272318Sphantom# frac_digits
2372318Sphantom2
2472318Sphantom# p_cs_precedes
2583247Sphantom0
2683247Sphantom# p_sep_by_space
2772318Sphantom1
2872318Sphantom# n_cs_precedes
2983247Sphantom0
3083247Sphantom# n_sep_by_space
3172318Sphantom1
3272318Sphantom# p_sign_posn
3383247Sphantom1
3472318Sphantom# n_sign_posn
3583247Sphantom1
3672318Sphantom# EOF
37