| 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>/numberingSystems.xml | 6 // * Source File: <path>/numberingSystems.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 numberingSystems:table(nofallback){ | 9 numberingSystems:table(nofallback){ |
| 10 numberingSystems{ | 10 numberingSystems{ |
| 11 arab{ | 11 arab{ |
| 12 algorithmic:int{0} | 12 algorithmic:int{0} |
| 13 desc{"٠١٢٣٤٥٦٧٨٩"} | 13 desc{"٠١٢٣٤٥٦٧٨٩"} |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 gujr{ | 76 gujr{ |
| 77 algorithmic:int{0} | 77 algorithmic:int{0} |
| 78 desc{"૦૧૨૩૪૫૬૭૮૯"} | 78 desc{"૦૧૨૩૪૫૬૭૮૯"} |
| 79 radix:int{10} | 79 radix:int{10} |
| 80 } | 80 } |
| 81 guru{ | 81 guru{ |
| 82 algorithmic:int{0} | 82 algorithmic:int{0} |
| 83 desc{"੦੧੨੩੪੫੬੭੮੯"} | 83 desc{"੦੧੨੩੪੫੬੭੮੯"} |
| 84 radix:int{10} | 84 radix:int{10} |
| 85 } | 85 } |
| 86 hanidays{ |
| 87 algorithmic:int{1} |
| 88 desc{"zh/SpelloutRules/%spellout-numbering-days"} |
| 89 radix:int{10} |
| 90 } |
| 86 hanidec{ | 91 hanidec{ |
| 87 algorithmic:int{0} | 92 algorithmic:int{0} |
| 88 desc{"〇一二三四五六七八九"} | 93 desc{"〇一二三四五六七八九"} |
| 89 radix:int{10} | 94 radix:int{10} |
| 90 } | 95 } |
| 91 hans{ | 96 hans{ |
| 92 algorithmic:int{1} | 97 algorithmic:int{1} |
| 93 desc{"zh/SpelloutRules/%spellout-cardinal"} | 98 desc{"zh/SpelloutRules/%spellout-cardinal"} |
| 94 radix:int{10} | 99 radix:int{10} |
| 95 } | 100 } |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 desc{"༠༡༢༣༤༥༦༧༨༩"} | 268 desc{"༠༡༢༣༤༥༦༧༨༩"} |
| 264 radix:int{10} | 269 radix:int{10} |
| 265 } | 270 } |
| 266 vaii{ | 271 vaii{ |
| 267 algorithmic:int{0} | 272 algorithmic:int{0} |
| 268 desc{"꘠꘡꘢꘣꘤꘥꘦꘧꘨꘩"} | 273 desc{"꘠꘡꘢꘣꘤꘥꘦꘧꘨꘩"} |
| 269 radix:int{10} | 274 radix:int{10} |
| 270 } | 275 } |
| 271 } | 276 } |
| 272 } | 277 } |
| OLD | NEW |