From: Tom Tromey Date: Wed, 5 Sep 2001 17:11:57 +0000 (+0000) Subject: natSystem.cc (init_properties): Default locale is en_US, not just en. X-Git-Tag: prereleases/libstdc++-3.0.95~2244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1a13c5f88996b26641bde1dbfb7b0e47dccfc51;p=thirdparty%2Fgcc.git natSystem.cc (init_properties): Default locale is en_US, not just en. * java/lang/natSystem.cc (init_properties): Default locale is en_US, not just en. From-SVN: r45417 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 9395ee43c2d1..0d0c66b53197 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2001-09-05 Tom Tromey + + * java/lang/natSystem.cc (init_properties): Default locale is + en_US, not just en. + 2001-09-05 Bryce McKinlay * java/text/MessageFormat.java (setLocale): Don't catch ParseException diff --git a/libjava/java/lang/natSystem.cc b/libjava/java/lang/natSystem.cc index 7fff337b8aea..9d5040cb2e9b 100644 --- a/libjava/java/lang/natSystem.cc +++ b/libjava/java/lang/natSystem.cc @@ -441,6 +441,7 @@ java::lang::System::init_properties (void) #endif /* HAVE_SETLOCALE */ { SET ("user.language", "en"); + SET ("user.region", "US"); } // Set the "user.timezone" property.