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

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 36 lines · 35 code · 1 blank · 0 comment · 0 complexity · d43baf611d8cce476fb2d76ae8108dd7 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. GBP
  8. # currency_symbol
  9. Ł
  10. # mon_decimal_point
  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. 1
  25. # p_sep_by_space
  26. 0
  27. # n_cs_precedes
  28. 1
  29. # n_sep_by_space
  30. 0
  31. # p_sign_posn
  32. 1
  33. # n_sign_posn
  34. 1
  35. # EOF