| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2014 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
| 6 // * Source File: <path>/common/rbnf/fr_BE.xml | 6 // * Source File: <path>/common/rbnf/fr_BE.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/xml/rbnf/fr_BE.xml | 10 * ICU <specials> source: <path>/xml/rbnf/fr_BE.xml |
| 11 */ | 11 */ |
| 12 fr_BE{ | 12 fr_BE{ |
| 13 RBNFRules{ | 13 RBNFRules{ |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 "%spellout-ordinal-feminine:", | 202 "%spellout-ordinal-feminine:", |
| 203 "-x: moins >>;", | 203 "-x: moins >>;", |
| 204 "x.x: =#,##0.#=;", | 204 "x.x: =#,##0.#=;", |
| 205 "0: z\u00E9roi\u00E8me;", | 205 "0: z\u00E9roi\u00E8me;", |
| 206 "1: premi\u00E8re;", | 206 "1: premi\u00E8re;", |
| 207 "2: =%%spellout-ordinal=;", | 207 "2: =%%spellout-ordinal=;", |
| 208 } | 208 } |
| 209 } | 209 } |
| 210 Version{"2.0.90.54"} | 210 Version{"2.0.90.54"} |
| 211 } | 211 } |
| OLD | NEW |