Print this page
rev 5615 : 6336885: RFE: Locale Data Deployment Enhancements
4609153: Provide locale data for Indic locales
5104387: Support for gl_ES locale (galician language)
6337471: desktop/system locale preferences support
7056139: (cal) SPI support for locale-dependent Calendar parameters
7058206: Provide CalendarData SPI for week params and display field value names
7073852: Support multiple scripts for digits and decimal symbols per locale
7079560: [Fmt-Da] Context dependent month names support in SimpleDateFormat
7171324: getAvailableLocales() of locale sensitive services should return the actual availability of locales
7151414: (cal) Support calendar type identification
7168528: LocaleServiceProvider needs to be aware of Locale extensions
7171372: (cal) locale's default Calendar should be created if unknown calendar is specified
Summary: JEP 127: Improve Locale Data Packaging and Adopt Unicode CLDR Data (part 1 w/o Jigsaw. by Naoto Sato and Masayoshi Okutsu)

Split Close
Expand all
Collapse all
          --- old/src/share/classes/sun/text/resources/FormatData_el_CY.java
          +++ new/src/share/classes/sun/text/resources/el/FormatData_el_CY.java
   1    1  /*
   2      - * Copyright (c) 2005, 2007, Oracle and/or its affiliates. All rights reserved.
        2 + * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
   3    3   */
   4    4  
   5    5  /*
   6    6   * COPYRIGHT AND PERMISSION NOTICE
   7    7   *
   8    8   * Copyright (C) 1991-2007 Unicode, Inc. All rights reserved.
   9    9   * Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
  10   10   *
  11   11   * Permission is hereby granted, free of charge, to any person obtaining a copy
  12   12   * of the Unicode data files and any associated documentation (the "Data
↓ open down ↓ 20 lines elided ↑ open up ↑
  33   33   * PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  34   34   *
  35   35   * Except as contained in this notice, the name of a copyright holder shall not
  36   36   * be used in advertising or otherwise to promote the sale, use or other
  37   37   * dealings in these Data Files or Software without prior written
  38   38   * authorization of the copyright holder.
  39   39   */
  40   40  
  41   41  // Generated automatically from the Common Locale Data Repository. DO NOT EDIT!
  42   42  
  43      -package sun.text.resources;
       43 +package sun.text.resources.el;
  44   44  
  45   45  import java.util.ListResourceBundle;
  46   46  
  47   47  public class FormatData_el_CY extends ListResourceBundle {
  48   48      protected final Object[][] getContents() {
  49   49          return new Object[][] {
  50   50              { "MonthNames",
  51   51                  new String[] {
  52   52                      "\u0399\u03b1\u03bd\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2",
  53   53                      "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2",
↓ open down ↓ 37 lines elided ↑ open up ↑
  91   91                      "%",
  92   92                      "0",
  93   93                      "#",
  94   94                      "-",
  95   95                      "E",
  96   96                      "\u2030",
  97   97                      "\u221e",
  98   98                      "NaN",
  99   99                  }
 100  100              },
 101      -            { "DateTimePatterns",
      101 +            { "TimePatterns",
 102  102                  new String[] {
 103  103                      "h:mm:ss a z",
 104  104                      "h:mm:ss a z",
 105  105                      "h:mm:ss a",
 106  106                      "h:mm a",
      107 +                }
      108 +            },
      109 +            { "DatePatterns",
      110 +                new String[] {
 107  111                      "EEEE, dd MMMM yyyy",
 108  112                      "dd MMMM yyyy",
 109  113                      "dd MMM yyyy",
 110  114                      "dd/MM/yyyy",
      115 +                }
      116 +            },
      117 +            { "DateTimePatterns",
      118 +                new String[] {
 111  119                      "{1} {0}",
 112  120                  }
 113  121              },
 114  122          };
 115  123      }
 116  124  }
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX