Fwd: openjdk6 error in Locale

Ronald Klop ronald-freebsd8 at klop.yi.org
Sun May 17 13:00:35 UTC 2009


Hi,

I sent this to the maintainer of the openjdk6 port, but thought it would  
be good to share it with you to?

If I run the attached programm with port java/openjdk6 (b14 and b16) I get  
this output.
displayname: Dutch
decimal: .
grouping: ,
dateformat: AD
displayname: Dutch (Netherlands)
decimal: .
grouping: ,
dateformat: AD

If I run it with port java/jdk16 I get.
displayname: Dutch
decimal: ,
grouping: .
dateformat: AD
displayname: Dutch (Netherlands)
decimal: ,
grouping: .
dateformat: AD

As you see the 'decimal' and 'grouping' are reverted. The last output is  
correct for The Netherlands.
This is all on 7.2-STABLE/amd64.

Can you reproduce the problem? And does anybody know how can I fix it?

Cheers,

Ronald.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: LocaleTest.java
Type: application/octet-stream
Size: 719 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-java/attachments/20090517/23cf2228/LocaleTest.obj


More information about the freebsd-java mailing list