On Tue, Apr 11, 2006 at 05:40:17PM +0200, Christian Thalinger wrote:
> On Wed, Mar 22, 2006 at 11:23:50AM +0100, Christian Thalinger wrote:
> > On Tue, 2006-03-14 at 16:56 +0100, Michael Koch wrote:
> > > Together with a mauve testcase that proves this I'm fine with it. :-)
> > > (as I told you on IRC)
> >
> > Ok, I'm unable to write a mauve testcase for that. The problem is:
> >
> > $ cat test.java
> > import java.util.*;
> >
> > public class test {
> > public static void main(String[] argv) {
> > System.out.println(Locale.getDefault());
> > }
> > }
> >
> > [EMAIL PROTECTED]:~/src/cacao$ env | grep LANG
> > [EMAIL PROTECTED]:~/src/cacao$ cacao test
> > en
> > [EMAIL PROTECTED]:~/src/cacao$ java1.4 test
> > en_US
> > [EMAIL PROTECTED]:~/src/cacao$ cacao -Duser.country=YY test
> > en
> > [EMAIL PROTECTED]:~/src/cacao$ java1.4 -Duser.country=YY test
> > en_YY
> >
> > That makes some problems in mauve tests.
>
> Hey!
>
> I really don't want to forget that bugfix... Can we get that in?
Please do.
Cheers,
Michael
--
http://www.worldforge.org/