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

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 36 lines · 34 code · 2 blank · 0 comment · 0 complexity · 507b5521bde5583dc09b342c868018c9 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. CAD
  8. # currency_symbol
  9. $
  10. # mon_decimal_point
  11. ,
  12. # mon_thousands_sep
  13. # mon_grouping, separated by ;
  14. 3;3
  15. # positive_sign
  16. # negative_sign
  17. -
  18. # int_frac_digits
  19. 2
  20. # frac_digits
  21. 2
  22. # p_cs_precedes
  23. 0
  24. # p_sep_by_space
  25. 1
  26. # n_cs_precedes
  27. 0
  28. # n_sep_by_space
  29. 1
  30. # p_sign_posn
  31. 1
  32. # n_sign_posn
  33. 2
  34. # EOF