mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 13:20:25 +08:00
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
This commit is contained in:
parent
04ac5ee90e
commit
c1a13c5f88
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user