JDK-6990452 : Provide system properties for the user specified script
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2010-10-07
  • Updated: 2017-05-16
  • Resolved: 2011-03-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b118Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
The Locale class has been enhanced to deal with the "script" code. To keep consistency with other elements in Locale class, such as "language", "country", and "variant", there need to be equivalent system properties for the "script" code as:

user.script
user.script.display
user.script.format

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/build/jdk/rev/e4d839f8dfee
04-12-2010

EVALUATION Introduce those system properties. Also modified the tables that determine the default locale to honor ISO 639.2 language codes and the ISO 15924 script codes.
28-10-2010