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

* [Bug libgcj/18014] java.util.Locale changes variant to upper case
  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 ` timo dot lindfors at iki dot fi
  2004-11-25 19:48 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: timo dot lindfors at iki dot fi @ 2004-10-15 16:04 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From timo dot lindfors at iki dot fi  2004-10-15 16:04 -------
Created an attachment (id=7357)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7357&action=view)
Remove variant.toUpperCase from java.lang.Locale


-- 


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


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

* [Bug libgcj/18014] java.util.Locale changes variant to upper case
  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
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-25 19:48 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-25 19:47 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-25 19:47:58
               date|                            |


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


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

* [Bug libgcj/18014] java.util.Locale changes variant to upper case
  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
  4 siblings, 0 replies; 6+ messages in thread
From: mark at gcc dot gnu dot org @ 2004-12-24 20:54 UTC (permalink / raw)
  To: java-prs


------- 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


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

* [Bug libgcj/18014] java.util.Locale changes variant to upper case
  2004-10-15 16:02 [Bug libgcj/18014] New: java.util.Locale changes variant to upper case timo dot lindfors at iki dot fi
                   ` (2 preceding siblings ...)
  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
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-01-10 18:27 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-10 18:27 -------
Subject: Bug 18014

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	mkoch@gcc.gnu.org	2005-01-10 18:27:00

Modified files:
	libjava        : ChangeLog 
	libjava/java/util: Locale.java 

Log message:
	2005-01-10  Michael Koch  <konqueror@gmx.de>
	
	PR libgcj/18014
	* java/util/Locale.java (Locale): Don't uppercase variant.
	(getISOCountries): Fixed typo in javadoc.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.3278&r2=1.3279
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/util/Locale.java.diff?cvsroot=gcc&r1=1.20&r2=1.21



-- 


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


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

* [Bug libgcj/18014] java.util.Locale changes variant to upper case
  2004-10-15 16:02 [Bug libgcj/18014] New: java.util.Locale changes variant to upper case timo dot lindfors at iki dot fi
                   ` (3 preceding siblings ...)
  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
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-10 19:35 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-10 19:35 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


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).