/* |
|
* Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. |
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
|
* |
|
* This code is free software; you can redistribute it and/or modify it |
|
* under the terms of the GNU General Public License version 2 only, as |
|
* published by the Free Software Foundation. Oracle designates this |
|
* particular file as subject to the "Classpath" exception as provided |
|
* by Oracle in the LICENSE file that accompanied this code. |
|
* |
|
* This code is distributed in the hope that it will be useful, but WITHOUT |
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
* version 2 for more details (a copy is included in the LICENSE file that |
|
* accompanied this code). |
|
* |
|
* You should have received a copy of the GNU General Public License version |
|
* 2 along with this work; if not, write to the Free Software Foundation, |
|
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
* |
|
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
|
* or visit www.oracle.com if you need additional information or have any |
|
* questions. |
|
*/ |
|
/* |
|
*/ |
|
/* |
|
* Copyright (c) 1998 International Business Machines. |
|
* All Rights Reserved. |
|
* |
|
*/ |
|
package sun.text.resources.hi; |
|
import java.util.ListResourceBundle; |
|
public class CollationData_hi extends ListResourceBundle { |
|
protected final Object[][] getContents() { |
|
return new Object[][] { |
|
{ "Rule", "" |
|
+ "< \u0901 < \u0902 < \u0903 < \u0905" |
|
+ "< \u0906 < \u0907 < \u0908 < \u0909" |
|
+ "< \u090a < \u090b < \u0960 < \u090e" |
|
+ "< \u090f < \u090c < \u0961 < \u0910" |
|
+ "< \u090d < \u0912 < \u0913 < \u0914" |
|
+ "< \u0911 < \u0915 < \u0958 < \u0916" |
|
+ "< \u0959 < \u0917 < \u095a < \u0918" |
|
+ "< \u0919 < \u091a < \u091b < \u091c" |
|
+ "< \u095b < \u091d < \u091e < \u091f" |
|
+ "< \u0920 < \u0921 < \u095c < \u0922" |
|
+ "< \u095d < \u0923 < \u0924 < \u0925" |
|
+ "< \u0926 < \u0927 < \u0928 < \u0929" |
|
+ "< \u092a < \u092b < \u095e < \u092c" |
|
+ "< \u092d < \u092e < \u092f < \u095f" |
|
+ "< \u0930 < \u0931 < \u0932 < \u0933" |
|
+ "< \u0934 < \u0935 < \u0936 < \u0937" |
|
+ "< \u0938 < \u0939 < \u093e < \u093f" |
|
+ "< \u0940 < \u0941 < \u0942 < \u0943" |
|
+ "< \u0944 < \u0946 < \u0947 < \u0948" |
|
+ "< \u0945 < \u094a < \u094b < \u094c" |
|
+ "< \u0949 < \u094d < \u093c < \u093d" |
|
+ "< \u0950 < \u0951 < \u0952 < \u0953" |
|
+ "< \u0954 < \u0962 < \u0963 < \u0964" |
|
+ "< \u0965 < \u0966 < \u0967 < \u0968" |
|
+ "< \u0969 < \u096a < \u096b < \u096c" |
|
+ "< \u096d < \u096e < \u096f < \u0970" |
|
}, |
|
}; |
|
} |
|
} |