3ae410b2586fbe96f73d8c7b154b5077d64b9f6b.svn-base 735 B

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