jdk/test/sun/text/resources/LocaleDataTest.java
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
child 891 8ef167bd8428
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
 * Copyright (c) 2007 Sun Microsystems, Inc.  All Rights Reserved.
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
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
 * published by the Free Software Foundation.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
 * accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
 * CA 95054 USA or visit www.sun.com if you need additional information or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
 * have any questions.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
 * @test
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
 * @bug 4052473 4052679 4055602 4066550 4067619 4068012 4068073 4070174 4070452
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
 *      4070178 4070450 4070695 4070725 4070795 4071003 4071183 4071782 4072013
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
 *      4072388 4072773 4075404 4084356 4087238 4092361 4094033 4094371 4098518
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
 *      4099810 4103218 4103220 4103861 4112136 4113638 4113654 4117054 4122468
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
 *      4122840 4139860 4156708 4175306 4215747 4209960 4290801 4900884 4942982
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
 *      4518811 4945388 4936845 4794068 4461740 4965260 4984277 4826794 5032580
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
 *      5102005 5074431 6182685 6208712 6277020 6245766 6351682 6386647 6379382
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
 *      6414459 6455680 6498742 6558863 6488119 6547501 6497154 6558856 6481177
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
 *      6379214 6485516 6486607 4225362 4494727 6533691 6531591 6531593 6570259
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
 * @summary Verify locale data
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
 * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
 * (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
 * Portions copyright (c) 2007 Sun Microsystems, Inc.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
 * All Rights Reserved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
 * The original version of this source code and documentation
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
 * is copyrighted and owned by Taligent, Inc., a wholly-owned
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
 * subsidiary of IBM. These materials are provided under terms
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
 * of a License Agreement between Taligent and Sun. This technology
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
 * is protected by multiple US and International patents.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
 * This notice and attribution to Taligent may not be removed.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
 * Taligent is a registered trademark of Taligent, Inc.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
 * Permission to use, copy, modify, and distribute this software
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
 * and its documentation for NON-COMMERCIAL purposes and without
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
 * fee is hereby granted provided that this copyright notice
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
 * appears in all copies. Please refer to the file "copyright.html"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
 * for further important copyright and licensing information.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
 * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
 * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
 * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
 * PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
 * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
 * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
/*    This test is a generalized test for verifying changes to the locale data.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
 *    It is driven by an external file that specifies the particular pieces of locale
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
 *    data to check.  That file is in .properties file format: a series of key/value
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
 *    pairs delimited by newline characters, with the keys separated from the values
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
 *    by = signs.  The keys are similar in syntax to a Unix pathname, with keys at
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
 *    successive levels of containment in the resource-data hierarchy separated by
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
 *    slashes.  The file is in ISO 8859-1 encoding, with control characters and
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
 *    non-ASCII characters denoted with backslash-u escape sequences.  The program also allows
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
 *    blank lines and comment lines to be interspersed with the data.  Comment lines
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
 *    begin with '#'.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
 *    A data file for this test would look something like this:<pre>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
 *        FormatData//MonthNames/0=January
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
 *        FormatData//MonthNames/1=February
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
 *        LocaleNames//US=United States
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
 *        LocaleNames//FR=France
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
 *        FormatData/fr_FR/MonthNames/0=janvier
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
 *        FormatData/fr_FR/MonthNames/1=f\u00e9vrier
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
 *        LocaleNames/fr_FR/US=\u00c9tats-Unis
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
 *        LocaleNames/fr_FR/FR=France</pre>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
 *    The command-line syntax of this test is
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
 *        <tt>java LocaleDataTest [-w] [{ -s | <filename> }]</tt>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
 *    This program always sends its results to standard output.   If -w is not specified,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
 *    this program prints out only the differences between the data file and the actual
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
 *    resource data.  If -w is specified, the program prints out every entry, comment,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
 *    and blank line from the data file.  Where there is a difference between the data
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
 *    file and the resource data, the data is the data from the resources.  This feature
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
 *    can be used to quickly generate a new data file.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
 *    The user can specify an optional filename or -s.  If the user specifies a filename,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
 *    the program uses that file as the data file.  If the user specifies -s, the program
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
 *    reads its input from standard input rather than from a file.  If the user specifies
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
 *    neither, the program reads its input from a file called LocaleData in the same
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
 *    directory the program itself resides in.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
 *    The -nothrow option prevents the program from throwing an exception when it
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
 *    gets an error.  -w implies -nothrow.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
 *    Other command-line options can be specified, but are ignored.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
 *    It's important to note what this test will NOT test.  Certain changes to the locale
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
 *    data are meant to have certain effects on the internationalization frameworks.  For
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
 *    instance, we could ensure round-trip formatting/parsing integrity for the full
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
 *    date/time format of SimpleDateFormat by making sure that the full date and time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
 *    patterns include sufficient data.  The test of this is not whether changes were
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
 *    made to the locale data; it's whether using this data gives round-trip integrity.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
 *    Likewise, changing the currency patterns to use \u00a4 instead of local currency
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
 *    symbols isn't something that can be tested by this test; instead, you want to
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
 *    actually format currency values and make sure the proper currency symbol was used.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
 *    This test by itself doesn't do an exhaustive comparison of locale data.  It is
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
 *    possible to do this manually, however:  Use the GenerateKeyList tool to produce
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
 *    a complete list of keys for the two versions of the locales you want to compare,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
 *    and then diff them.  This will flag additions and deletions.  Generate a data file
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
 *    for the base version of the data using the -w option and the output from
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
 *    GenerateKeyList, and then use the resultant file as the data file when you run
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
 *    this test against the new version of the data.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
import java.io.*;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
import java.text.*;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
import java.util.Locale;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
import java.util.ResourceBundle;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
import java.util.ResourceBundle.Control;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
import java.util.MissingResourceException;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
public class LocaleDataTest
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
{
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
    public static void main(String[] args) throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
        // set up our flags and our input and output streams based on the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
        // command-line arguments (exceptions generated here will propagate out
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
        // to the environment)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
        BufferedReader in = null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
        PrintWriter out = null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
        boolean writeNewFile = false;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
        boolean doThrow = true;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
        for (int i = 0; i < args.length; i++) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
            if (args[i].equals("-w")) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
                writeNewFile = true;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
                doThrow = false;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
            else if (args[i].equals("-nothrow"))
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
                doThrow = false;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
            else if (args[i].equals("-s") && in == null)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
                in = new BufferedReader(new EscapeReader(new InputStreamReader(System.in,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
                                "ISO8859_1")));
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
            else if (!args[i].startsWith("-") && in == null)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
                in = new BufferedReader(new EscapeReader(new InputStreamReader(new
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
                                FileInputStream(args[i]), "ISO8859_1")));
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
        if (in == null) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
            File localeData = new File(System.getProperty("test.src", "."), "LocaleData");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
            in = new BufferedReader(new EscapeReader(new InputStreamReader(new
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
                            FileInputStream(localeData), "ISO8859_1")));
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
        out = new PrintWriter(new EscapeWriter(new OutputStreamWriter(System.out,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
                        "ISO8859_1")), true);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
        // perform the actual test
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
        int errorCount = doTest(in, out, writeNewFile);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
        // write out the error count, and throw an exception out into the environment
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
        // if there were any errors
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
        if (errorCount != 0) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
            if (!writeNewFile)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
                out.println("Test failed.  " + errorCount + " errors.");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
            if (doThrow)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
                throw new Exception("Test failed.  " + errorCount + " errors.");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
        else if (!writeNewFile)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
            out.println("Test passed.");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
        in.close();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
        out.close();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
    static int doTest(BufferedReader in, PrintWriter out, boolean writeNewFile)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
                    throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
        int errorCount = 0;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
        String key = null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
        String expectedValue = null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
        String line = in.readLine();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
        while (line != null) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
            if (line.startsWith("#") || line.length() == 0) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
                if (writeNewFile)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
                    out.println(line);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
            else {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
                int index  = line.indexOf("=");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
                if (index == -1) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
                    key = line;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
                    expectedValue = "";
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
                else {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
                    key = line.substring(0, index);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
                    if (index + 1 == line.length())
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
                        expectedValue = "";
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
                    else
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
                        expectedValue = line.substring(index + 1);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
                if (!processLine(key, expectedValue, out, writeNewFile))
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
                    ++errorCount;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
            line = in.readLine();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
        return errorCount;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
    static boolean processLine(String key, String expectedValue, PrintWriter out,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
                    boolean writeNewFile) throws Exception {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
        String rbName, localeName, resTag, qualifier;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
        String language = "", country = "", variant = "";
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
        int index, oldIndex;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
        index = key.indexOf("/");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
        if (index == -1 || index + 1 == key.length())
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
            throw new Exception("Malformed input file: no slashes in \"" + key + "\"");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
        rbName = key.substring(0, index);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
        oldIndex = index + 1;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
        index = key.indexOf("/", oldIndex);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
        if (index == -1 || index + 1 == key.length())
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
            throw new Exception("Malformed input file: \"" + key + "\" is missing locale name");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   241
        localeName = key.substring(oldIndex, index);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
        if (localeName.length() > 0) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
            language = localeName.substring(0, 2);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   244
            if (localeName.length() > 3) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
                country = localeName.substring(3, 5);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   246
                if (localeName.length() > 5)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   247
                    variant = localeName.substring(6);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
        oldIndex = index + 1;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   252
        index = key.indexOf("/", oldIndex);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   253
        if (index == -1)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   254
            index = key.length();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   255
        resTag = key.substring(oldIndex, index);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
        if (index < key.length() - 1)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
            qualifier = key.substring(index + 1);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
        else
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
            qualifier = "";
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
90ce3da70b43 Initial load
duke
parents:
diff changeset
   262
        String retrievedValue = null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   263
        Object resource = null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   264
        try {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   265
            String fullName = null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
            if (rbName.equals("CalendarData")
90ce3da70b43 Initial load
duke
parents:
diff changeset
   267
                    || rbName.equals("CurrencyNames")
90ce3da70b43 Initial load
duke
parents:
diff changeset
   268
                    || rbName.equals("LocaleNames")
90ce3da70b43 Initial load
duke
parents:
diff changeset
   269
                    || rbName.equals("TimeZoneNames")) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   270
                fullName = "sun.util.resources." + rbName;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   271
            } else {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   272
                fullName = "sun.text.resources." + rbName;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   273
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
            ResourceBundle bundle = ResourceBundle.getBundle(fullName,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
                           new Locale(language, country, variant),
90ce3da70b43 Initial load
duke
parents:
diff changeset
   276
                           ResourceBundle.Control.getNoFallbackControl(Control.FORMAT_DEFAULT));
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
            resource = bundle.getObject(resTag);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
        catch (MissingResourceException e) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   280
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   281
90ce3da70b43 Initial load
duke
parents:
diff changeset
   282
        if (resource != null) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   283
            if (resource instanceof String) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   284
                retrievedValue = (String)resource;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   285
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   286
            else if (resource instanceof String[]) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   287
                int element = Integer.valueOf(qualifier).intValue();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   288
                String[] stringList = (String[])resource;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   289
                if (element >= 0 || element < stringList.length)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   290
                    retrievedValue = stringList[element];
90ce3da70b43 Initial load
duke
parents:
diff changeset
   291
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   292
            else if (resource instanceof String[][]) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   293
                String[][] stringArray = (String[][])resource;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   294
                int slash = qualifier.indexOf("/");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   295
                if (slash == -1) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   296
                    for (int i = 0; i < stringArray.length; i++) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   297
                        if (stringArray[i][0].equals(qualifier))
90ce3da70b43 Initial load
duke
parents:
diff changeset
   298
                            retrievedValue = stringArray[i][1];
90ce3da70b43 Initial load
duke
parents:
diff changeset
   299
                    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   300
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   301
                else {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   302
                    int row = Integer.valueOf(qualifier.substring(0, slash)).intValue();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   303
                    int column = Integer.valueOf(qualifier.substring(slash + 1)).intValue();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   304
                    if (row >= 0 || row < stringArray.length || column >= 0 || column <
90ce3da70b43 Initial load
duke
parents:
diff changeset
   305
                                    stringArray[row].length)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   306
                        retrievedValue = stringArray[row][column];
90ce3da70b43 Initial load
duke
parents:
diff changeset
   307
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   308
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   309
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   310
90ce3da70b43 Initial load
duke
parents:
diff changeset
   311
        if (retrievedValue == null || !retrievedValue.equals(expectedValue)) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   312
            if (retrievedValue == null)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   313
                retrievedValue = "<MISSING!>";
90ce3da70b43 Initial load
duke
parents:
diff changeset
   314
90ce3da70b43 Initial load
duke
parents:
diff changeset
   315
            if (writeNewFile)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   316
                out.println(key + "=" + retrievedValue);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   317
            else {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   318
                out.println("Mismatch in " + key + ":");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   319
                out.println("  file = \"" + expectedValue + "\"");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   320
                out.println("   jvm = \"" + retrievedValue + "\"");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   321
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   322
            return false;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   323
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   324
        else {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   325
            if (writeNewFile)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   326
                out.println(key + "=" + expectedValue);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   327
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   328
        return true;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   329
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   330
}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   331
90ce3da70b43 Initial load
duke
parents:
diff changeset
   332
class EscapeReader extends FilterReader {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   333
    public EscapeReader(Reader in) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   334
        super(in);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   335
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   336
90ce3da70b43 Initial load
duke
parents:
diff changeset
   337
    public int read() throws IOException {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   338
        if (buffer != null) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   339
            String b = buffer.toString();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   340
            int result = b.charAt(0);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   341
            if (b.length() > 1)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   342
                buffer = new StringBuffer(b.substring(1));
90ce3da70b43 Initial load
duke
parents:
diff changeset
   343
            else
90ce3da70b43 Initial load
duke
parents:
diff changeset
   344
                buffer = null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   345
            return result;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   346
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   347
        else {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   348
            int result = super.read();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   349
            if (result != '\\')
90ce3da70b43 Initial load
duke
parents:
diff changeset
   350
                return result;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   351
            else {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   352
                buffer = new StringBuffer();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   353
                result = super.read();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   354
                buffer.append((char)result);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   355
                if (result == 'u') {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   356
                    for (int i = 0; i < 4; i++) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   357
                        result = super.read();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   358
                        if (result == -1)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   359
                            break;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   360
                        buffer.append((char)result);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   361
                    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   362
                    String number = buffer.toString().substring(1);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   363
                    result = Integer.parseInt(number, 16);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   364
                    buffer = null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   365
                    return result;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   366
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   367
                return '\\';
90ce3da70b43 Initial load
duke
parents:
diff changeset
   368
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   369
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   370
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   371
90ce3da70b43 Initial load
duke
parents:
diff changeset
   372
    public int read(char[] cbuf, int start, int len) throws IOException {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   373
        int p = start;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   374
        int end = start + len;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   375
        int c = 0;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   376
        while (c != -1 && p < end) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   377
            c = read();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   378
            if (c != -1)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   379
                cbuf[p++] = (char)c;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   380
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   381
        if (c == -1 && p == start)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   382
            return -1;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   383
        else
90ce3da70b43 Initial load
duke
parents:
diff changeset
   384
            return p - start;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   385
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   386
90ce3da70b43 Initial load
duke
parents:
diff changeset
   387
    private StringBuffer buffer = null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   388
}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   389
90ce3da70b43 Initial load
duke
parents:
diff changeset
   390
class EscapeWriter extends FilterWriter {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   391
    public EscapeWriter(Writer out) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   392
        super(out);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   393
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   394
90ce3da70b43 Initial load
duke
parents:
diff changeset
   395
    public void write(int c) throws IOException {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   396
        if ((c >= ' ' && c <= '\u007e') || c == '\r' || c == '\n')
90ce3da70b43 Initial load
duke
parents:
diff changeset
   397
            super.write(c);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   398
        else {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   399
            super.write('\\');
90ce3da70b43 Initial load
duke
parents:
diff changeset
   400
            super.write('u');
90ce3da70b43 Initial load
duke
parents:
diff changeset
   401
            String number = Integer.toHexString(c);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   402
            if (number.length() < 4)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   403
                number = zeros.substring(0, 4 - number.length()) + number;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   404
            super.write(number.charAt(0));
90ce3da70b43 Initial load
duke
parents:
diff changeset
   405
            super.write(number.charAt(1));
90ce3da70b43 Initial load
duke
parents:
diff changeset
   406
            super.write(number.charAt(2));
90ce3da70b43 Initial load
duke
parents:
diff changeset
   407
            super.write(number.charAt(3));
90ce3da70b43 Initial load
duke
parents:
diff changeset
   408
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   409
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   410
90ce3da70b43 Initial load
duke
parents:
diff changeset
   411
    public void write(char[] cbuf, int off, int len) throws IOException {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   412
        int end = off + len;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   413
        while (off < end)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   414
            write(cbuf[off++]);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   415
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   416
90ce3da70b43 Initial load
duke
parents:
diff changeset
   417
    public void write(String str, int off, int len) throws IOException {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   418
        int end = off + len;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   419
        while (off < end)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   420
            write(str.charAt(off++));
90ce3da70b43 Initial load
duke
parents:
diff changeset
   421
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   422
90ce3da70b43 Initial load
duke
parents:
diff changeset
   423
    private static String zeros = "0000";
90ce3da70b43 Initial load
duke
parents:
diff changeset
   424
}