| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2015 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/main/ar_SA.xml | 6 // * Source File: <path>/common/main/ar_SA.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 ar_SA{ | 9 ar_SA{ |
| 10 NumberElements{ | 10 Version{"2.1.19.14"} |
| 11 latn{ | |
| 12 patterns{ | |
| 13 currencyFormat{"¤#0.00"} | |
| 14 } | |
| 15 } | |
| 16 } | |
| 17 Version{"2.1.6.69"} | |
| 18 calendar{ | 11 calendar{ |
| 19 islamic{ | 12 default{"islamic-umalqura"} |
| 20 availableFormats{ | |
| 21 MEd{"E, M/d"} | |
| 22 MMMEd{"E, MMM d"} | |
| 23 MMMd{"MMM d"} | |
| 24 Md{"M/d"} | |
| 25 } | |
| 26 } | |
| 27 } | 13 } |
| 28 } | 14 } |
| OLD | NEW |