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
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
2001-09-05 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
|
||||||
|
|
||||||
* java/text/MessageFormat.java (setLocale): Don't catch ParseException
|
* java/text/MessageFormat.java (setLocale): Don't catch ParseException
|
||||||
|
|
|
@ -441,6 +441,7 @@ java::lang::System::init_properties (void)
|
||||||
#endif /* HAVE_SETLOCALE */
|
#endif /* HAVE_SETLOCALE */
|
||||||
{
|
{
|
||||||
SET ("user.language", "en");
|
SET ("user.language", "en");
|
||||||
|
SET ("user.region", "US");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set the "user.timezone" property.
|
// Set the "user.timezone" property.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue