/share/monetdef/pt_BR.ISO8859-1.src

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 36 lines · 35 code · 1 blank · 0 comment · 0 complexity · 8d119fecb99bbd4a6aa07ded9ca5dca5 MD5 · raw file

  1. # $FreeBSD$
  2. #
  3. # WARNING: spaces may be essential at the end of lines
  4. # WARNING: empty lines are essential too
  5. #
  6. # int_curr_symbol (last character always SPACE)
  7. BRL
  8. # currency_symbol
  9. R$
  10. # mon_decimal_point (possibly incorrect for pt_BR)
  11. ,
  12. # mon_thousands_sep
  13. .
  14. # mon_grouping, separated by ;
  15. 3;3
  16. # positive_sign
  17. # negative_sign
  18. -
  19. # int_frac_digits
  20. 2
  21. # frac_digits
  22. 2
  23. # p_cs_precedes
  24. 0
  25. # p_sep_by_space
  26. 1
  27. # n_cs_precedes
  28. 0
  29. # n_sep_by_space
  30. 1
  31. # p_sign_posn
  32. 1
  33. # n_sign_posn
  34. 1
  35. # EOF