jdk/src/share/classes/sun/text/resources/CollationData_sr.java
author ohair
Tue, 25 May 2010 15:58:33 -0700
changeset 5506 202f599c92aa
parent 2 90ce3da70b43
permissions -rw-r--r--
6943119: Rebrand source copyright notices Reviewed-by: darcy, weijun
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
/*
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     2
 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
 * accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
 *
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    23
 * questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
 * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
 * (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
 * The original version of this source code and documentation
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
 * is copyrighted and owned by Taligent, Inc., a wholly-owned
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
 * subsidiary of IBM. These materials are provided under terms
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
 * of a License Agreement between Taligent and Sun. This technology
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
 * is protected by multiple US and International patents.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
 * This notice and attribution to Taligent may not be removed.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
 * Taligent is a registered trademark of Taligent, Inc.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
package sun.text.resources;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
import java.util.ListResourceBundle;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
public class CollationData_sr extends ListResourceBundle {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
     * Overrides ListResourceBundle
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
    protected final Object[][] getContents() {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
        return new Object[][] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
            { "Rule",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
                /* for sr, default plus the following */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
                "& 9 < \u0482 " +       // thousand sign
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
                "& Z " +                // Arabic script sorts after Z's
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
                "< \u0430 , \u0410" +   // a
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
                "< \u0431 , \u0411" +   // be
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
                "< \u0432 , \u0412" +   // ve
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
                "< \u0433 , \u0413" +   // ghe
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
                "; \u0491 , \u0490" +   // ghe-upturn
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
                "; \u0495 , \u0494" +   // ghe-mid-hook
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
                "; \u0453 , \u0403" +   // gje
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
                "; \u0493 , \u0492" +   // ghe-stroke
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
                "< \u0434 , \u0414" +   // de
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
                "< \u0452 , \u0402" +   // dje
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
                "< \u0435 , \u0415" +   // ie
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
                "; \u04bd , \u04bc" +   // che
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
                "; \u0451 , \u0401" +   // io
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
                "; \u04bf , \u04be" +   // che-descender
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
                "< \u0454 , \u0404" +   // uk ie
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
                "< \u0436 , \u0416" +   // zhe
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
                "; \u0497 , \u0496" +   // zhe-descender
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
                "; \u04c2 , \u04c1" +   // zhe-breve
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
                "< \u0437 , \u0417" +   // ze
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
                "; \u0499 , \u0498" +   // zh-descender
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
                "< \u0455 , \u0405" +   // dze
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
                "< \u0438 , \u0418" +   // i
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
                "< \u0456 , \u0406" +   // uk/bg i
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
                "; \u04c0 " +           // palochka
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
                "< \u0457 , \u0407" +   // uk yi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
                "< \u0439 , \u0419" +   // short i
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
                "< \u0458 , \u0408" +   // je
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
                "< \u043a , \u041a" +   // ka
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
                "; \u049f , \u049e" +   // ka-stroke
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
                "; \u04c4 , \u04c3" +   // ka-hook
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
                "; \u049d , \u049c" +   // ka-vt-stroke
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
                "; \u04a1 , \u04a0" +   // bashkir-ka
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
                "; \u045c , \u040c" +   // kje
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
                "; \u049b , \u049a" +   // ka-descender
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
                "< \u043b , \u041b" +   // el
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
                "< \u0459 , \u0409" +   // lje
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
                "< \u043c , \u041c" +   // em
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
                "< \u043d , \u041d" +   // en
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
                "; \u0463 " +           // yat
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
                "; \u04a3 , \u04a2" +   // en-descender
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
                "; \u04a5 , \u04a4" +   // en-ghe
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
                "; \u04bb , \u04ba" +   // shha
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
                "; \u04c8 , \u04c7" +   // en-hook
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
                "< \u045a , \u040a" +   // nje
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
                "< \u043e , \u041e" +   // o
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
                "; \u04a9 , \u04a8" +   // ha
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
                "< \u043f , \u041f" +   // pe
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
                "; \u04a7 , \u04a6" +   // pe-mid-hook
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
                "< \u0440 , \u0420" +   // er
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
                "< \u0441 , \u0421" +   // es
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
                "; \u04ab , \u04aa" +   // es-descender
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
                "< \u0442 , \u0422" +   // te
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
                "; \u04ad , \u04ac" +   // te-descender
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
                "< \u045b , \u040b" +   // tshe
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
                "< \u0443 , \u0423" +   // u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
                "; \u04af , \u04ae" +   // straight u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
                "< \u045e , \u040e" +   // short u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
                "< \u04b1 , \u04b0" +   // straight u-stroke
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
                "< \u0444 , \u0424" +   // ef
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
                "< \u0445 , \u0425" +   // ha
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
                "; \u04b3 , \u04b2" +   // ha-descender
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
                "< \u0446 , \u0426" +   // tse
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
                "; \u04b5 , \u04b4" +   // te tse
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
                "< \u0447 , \u0427" +   // che
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
                "; \u04b7 ; \u04b6" +   // che-descender
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
                "; \u04b9 , \u04b8" +   // che-vt-stroke
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
                "; \u04cc , \u04cb" +   // che
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
                "< \u045f , \u040f" +   // dzhe
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
                "< \u0448 , \u0428" +   // sha
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
                "< \u0449 , \u0429" +   // shcha
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
                "< \u044a , \u042a" +   // hard sign
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
                "< \u044b , \u042b" +   // yeru
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
                "< \u044c , \u042c" +   // soft sign
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
                "< \u044d , \u042d" +   // e
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
                "< \u044e , \u042e" +   // yu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
                "< \u044f , \u042f" +   // ya
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
                "< \u0461 , \u0460" +   // omega
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
                "< \u0462 " +           // yat
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
                "< \u0465 , \u0464" +   // iotified e
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
                "< \u0467 , \u0466" +   // little yus
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
                "< \u0469 , \u0468" +   // iotified little yus
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
                "< \u046b , \u046a" +   // big yus
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
                "< \u046d , \u046c" +   // iotified big yus
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
                "< \u046f , \u046e" +   // ksi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
                "< \u0471 , \u0470" +   // psi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
                "< \u0473 , \u0472" +   // fita
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
                "< \u0475 , \u0474" +   // izhitsa
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
                "; \u0477 , \u0476" +   // izhitsa-double-grave
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
                "< \u0479 , \u0478" +   // uk
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
                "< \u047b , \u047a" +   // round omega
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
                "< \u047d , \u047c" +   // omega-titlo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
                "< \u047f , \u047e" +   // ot
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
                "< \u0481 , \u0480"     // koppa
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
        };
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
}