1 /*
   2  * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 /*
  27  */
  28 
  29 /*
  30  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  31  * (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
  32  *
  33  * The original version of this source code and documentation
  34  * is copyrighted and owned by Taligent, Inc., a wholly-owned
  35  * subsidiary of IBM. These materials are provided under terms
  36  * of a License Agreement between Taligent and Sun. This technology
  37  * is protected by multiple US and International patents.
  38  *
  39  * This notice and attribution to Taligent may not be removed.
  40  * Taligent is a registered trademark of Taligent, Inc.
  41  *
  42  */
  43 
  44 package sun.text.resources;
  45 
  46 import java.util.ListResourceBundle;
  47 
  48 public class CollationData_el extends ListResourceBundle {
  49 
  50     protected final Object[][] getContents() {
  51         return new Object[][] {
  52             { "Rule",
  53                 "& \u0361 = \u0387 = \u03f3 " // ?? \u03f3 is letter yot
  54                 // punctuations
  55                 + "& \u00b5 "
  56                 + "< \u0374 "        // upper numeral sign
  57                 + "< \u0375 "        // lower numeral sign
  58                 + "< \u037a "        // ypogegrammeni
  59                 + "< \u037e "        // question mark
  60                 + "< \u0384 "        // tonos
  61                 + "< \u0385 "        // dialytika tonos
  62                 // Greek letters sorts after Z's
  63                 + "& Z < \u03b1 , \u0391 "  // alpha
  64                 + "; \u03ac , \u0386 "  // alpha-tonos
  65                 + "< \u03b2 , \u0392 "  // beta
  66                 + "; \u03d0 "           // beta symbol
  67                 + "< \u03b3 , \u0393 "  // gamma
  68                 + "< \u03b4 , \u0394 "  // delta
  69                 + "< \u03b5 , \u0395 "  // epsilon
  70                 + "; \u03ad , \u0388 "  // epsilon-tonos
  71                 + "< \u03b6 , \u0396 "  // zeta
  72                 + "< \u03b7 , \u0397 "  // eta
  73                 + "; \u03ae , \u0389 "  // eta-tonos
  74                 + "< \u03b8 , \u0398 "  // theta
  75                 + "; \u03d1 "           // theta-symbol
  76                 + "< \u03b9 , \u0399 "  // iota
  77                 + "; \u03af , \u038a "  // iota-tonos
  78                 + "; \u03ca , \u03aa "  // iota-dialytika
  79                 + "; \u0390 "           // iota-dialytika
  80                 + "< \u03ba , \u039a "  // kappa
  81                 + "; \u03f0 "           // kappa symbol
  82                 + "< \u03bb , \u039b "  // lamda
  83                 + "< \u03bc , \u039c "  // mu
  84                 + "< \u03bd , \u039d "  // nu
  85                 + "< \u03be , \u039e "  // xi
  86                 + "< \u03bf , \u039f "  // omicron
  87                 + "; \u03cc , \u038c "  // omicron-tonos
  88                 + "< \u03c0 , \u03a0 "  // pi
  89                 + "; \u03d6 < \u03c1 "  // pi-symbol
  90                 + ", \u03a1 "           // rho
  91                 + "; \u03f1 "           // rho-symbol
  92                 + "< \u03c3 , \u03c2 "  // sigma(final)
  93                 + ", \u03a3 "           // sigma
  94                 + "; \u03f2 "           // sigma-symbol
  95                 + "< \u03c4 , \u03a4 "  // tau
  96                 + "< \u03c5 , \u03a5 "  // upsilon
  97                 + "; \u03cd , \u038e "  // upsilon-tonos
  98                 + "; \u03cb , \u03ab "  // upsilon-dialytika
  99                 + "= \u03d4 "           // upsilon-diaeresis-hook
 100                 + "; \u03b0 "           // upsilon-dialytika-tonos
 101                 + "; \u03d2 "           // upsilon-hook symbol
 102                 + "; \u03d3 "           // upsilon-acute-hook
 103                 + "< \u03c6 , \u03a6 "  // phi
 104                 + "; \u03d5 "           // phi-symbol
 105                 + "< \u03c7 , \u03a7 "  // chi
 106                 + "< \u03c8 , \u03a8 "  // psi
 107                 + "< \u03c9 , \u03a9 "  // omega
 108                 + "; \u03ce , \u038f "  // omega-tonos
 109                 + ", \u03da , \u03dc "  // stigma, digamma
 110                 + ", \u03de , \u03e0 "  // koppa, sampi
 111                 + "< \u03e3 , \u03e2 "  // shei
 112                 + "< \u03e5 , \u03e4 "  // fei
 113                 + "< \u03e7 , \u03e6 "  // khei
 114                 + "< \u03e9 , \u03e8 "  // hori
 115                 + "< \u03eb , \u03ea "  // gangia
 116                 + "< \u03ed , \u03ec "  // shima
 117                 + "< \u03ef , \u03ee "  // dei
 118 
 119                 + "& \u03bc = \u00b5 "  // Micro symbol sorts with mu
 120             }
 121         };
 122     }
 123 }