root.txt revision b13da9df870a61b11249bf741347908dbea0edd8
1// ***************************************************************************
2// *
3// *   Copyright (C) 2004, International Business Machines
4// *   Corporation and others.  All Rights Reserved.
5// *
6// ***************************************************************************
7// 
8
9root {
10    //------------------------------------------------------------
11    // Rule Based Number Format Support
12    //------------------------------------------------------------
13
14    /*
15     * Default used to be English (US) rules, but now default just formats
16     * like DecimalFormat.  The former default rules are now the _en rules.
17     */
18    SpelloutRules {
19        "=#,##0.######=;\n"
20    }
21    OrdinalRules {
22        "=#,##0=;\n"
23    }
24    DurationRules {
25        "=#,##0=;\n"
26    }
27}
28