This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/18014] New: java.util.Locale changes variant to upper case


import java.util.Locale;

public class LocaleTest {
    public static void main(String[] s) {
        java.util.ResourceBundle.getBundle("testbundle", new Locale("fi", "FI",
"regular"));
    }
}

tries to access the file "testbundle_fi_FI_REGULAR.properties" with gcj and
SUN's JDK 1.1.8. SUN's JDK 1.4.1_02 behaves differently and tries to to access
the file "testbundle_fi_FI_regular.properties" instead. Should gcj do the same?

-- 
           Summary: java.util.Locale changes variant to upper case
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: timo dot lindfors at iki dot fi
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18014


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]