This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/18014] java.util.Locale changes variant to upper case
- From: "mark at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Dec 2004 20:54:21 -0000
- Subject: [Bug libgcj/18014] java.util.Locale changes variant to upper case
- References: <20041015160227.18014.timo.lindfors@iki.fi>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From mark at gcc dot gnu dot org 2004-12-24 20:54 -------
There is now a new Mauve testcase for this (ResourceBundle lower case locale
variant) and a fix has been checked into GNU Classpath CVS as
2004-12-24 Mark Wielaard <mark@klomp.org>
Fixes bug libgcj/18014.
* java/util/Locale.java (Locale(String, String, String)):
Don't uppercase variant.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18014