]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
natSystem.cc (init_properties): Default locale is en_US, not just en.
authorTom Tromey <tromey@redhat.com>
Wed, 5 Sep 2001 17:11:57 +0000 (17:11 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 5 Sep 2001 17:11:57 +0000 (17:11 +0000)
* java/lang/natSystem.cc (init_properties): Default locale is
en_US, not just en.

From-SVN: r45417

libjava/ChangeLog
libjava/java/lang/natSystem.cc

index 9395ee43c2d1ed39082e6f97d4309e820a052128..0d0c66b53197a791c2bdb5866a7b8f41e4484234 100644 (file)
@@ -1,3 +1,8 @@
+2001-09-05  Tom Tromey  <tromey@redhat.com>
+
+       * java/lang/natSystem.cc (init_properties): Default locale is
+       en_US, not just en.
+
 2001-09-05  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
 
         * java/text/MessageFormat.java (setLocale): Don't catch ParseException 
index 7fff337b8aeab18bb9b2780ff8e5dbaf0f4fa288..9d5040cb2e9bbaca9d7e39b3bf1a541212714179 100644 (file)
@@ -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.