Patch: FYI: java.text merge

Tom Tromey tromey@redhat.com
Wed Sep 5 08:27:00 GMT 2001


>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:

Anthony> What's happening is that we're defaulting to load
Anthony> gnu.java.locale.LocaleInformation_en which doesn't provide
Anthony> zoneStrings (required by DateFormatSymbols).

Try changing gnu/java/locale/LocaleInformation.java to extend
LocaleInformation_en_US instead of just LocaleInformation_en.
I introduced this problem :-(

Tom



More information about the Java-patches mailing list