4c5dfa156a2e55787f1248bcc2dfd50cd73158be.svn-base 747 B

123456789101112131415161718192021222324
  1. ({
  2. "currencyFormat" : "¤#,##0.00;(¤#,##0.00)",
  3. "scientificFormat" : "#E0",
  4. "currencySpacing-afterCurrency-currencyMatch" : "[:letter:]",
  5. "infinity" : "∞",
  6. "list" : ";",
  7. "percentSign" : "%",
  8. "minusSign" : "-",
  9. "currencySpacing-beforeCurrency-surroundingMatch" : "[:digit:]",
  10. "currencySpacing-afterCurrency-insertBetween" : " ",
  11. "nan" : "NaN",
  12. "nativeZeroDigit" : "0",
  13. "plusSign" : "+",
  14. "currencySpacing-afterCurrency-surroundingMatch" : "[:digit:]",
  15. "currencySpacing-beforeCurrency-currencyMatch" : "[:letter:]",
  16. "perMille" : "‰",
  17. "group" : ",",
  18. "percentFormat" : "#,##0%",
  19. "decimalFormat" : "#,##0.###",
  20. "decimal" : ".",
  21. "patternDigit" : "#",
  22. "currencySpacing-beforeCurrency-insertBetween" : " ",
  23. "exponential" : "E"
  24. })