public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/18014] New: java.util.Locale changes variant to upper case
@ 2004-10-15 16:02 timo dot lindfors at iki dot fi
  2004-10-15 16:04 ` [Bug libgcj/18014] " timo dot lindfors at iki dot fi
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: timo dot lindfors at iki dot fi @ 2004-10-15 16:02 UTC (permalink / raw)
  To: java-prs

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-01-10 19:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-15 16:02 [Bug libgcj/18014] New: java.util.Locale changes variant to upper case timo dot lindfors at iki dot fi
2004-10-15 16:04 ` [Bug libgcj/18014] " timo dot lindfors at iki dot fi
2004-11-25 19:48 ` pinskia at gcc dot gnu dot org
2004-12-24 20:54 ` mark at gcc dot gnu dot org
2005-01-10 18:27 ` cvs-commit at gcc dot gnu dot org
2005-01-10 19:35 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).