diff options
Diffstat (limited to 'Build/source/libs/icu/icu-xetex/data/rbnf/root.txt')
-rw-r--r-- | Build/source/libs/icu/icu-xetex/data/rbnf/root.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Build/source/libs/icu/icu-xetex/data/rbnf/root.txt b/Build/source/libs/icu/icu-xetex/data/rbnf/root.txt new file mode 100644 index 00000000000..fc99d237c8a --- /dev/null +++ b/Build/source/libs/icu/icu-xetex/data/rbnf/root.txt @@ -0,0 +1,27 @@ +// *************************************************************************** +// * +// * Copyright (C) 2004, International Business Machines +// * Corporation and others. All Rights Reserved. +// * +// *************************************************************************** +// + +root { + //------------------------------------------------------------ + // Rule Based Number Format Support + //------------------------------------------------------------ + + /* + * Default used to be English (US) rules, but now default just formats + * like DecimalFormat. The former default rules are now the _en rules. + */ + SpelloutRules { + "=#,##0.######=;\n" + } + OrdinalRules { + "=#,##0=;\n" + } + DurationRules { + "=#,##0=;\n" + } +} |