JDK-6196367 : Support RFC 4646 language tags
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2004-11-17
  • Updated: 2011-06-22
  • Resolved: 2011-06-22
Related Reports
Duplicate :  
Relates :  
Description
RFC 3066 language tags are widely used on the internet. It would be nice if they were supported directly by the Locale class, that is, if there was a factory method that returned the Locale instance for a given RFC 3066 language tag, and a method on Locale that returns the corresponding RFC 3066 language tag.

Issues:

- RFC 3066 supports language tags that cannot be represented in the Locale class because they go beyond ISO 639/3166 codes.

- A replacement for RFC 3066 is currently in draft state; see
http://www.ietf.org/internet-drafts/draft-phillips-langtags-08.txt


###@###.### 2004-11-17 01:06:44 GMT
RFC 4646 obsoletes RFC 3066.

Comments
EVALUATION Implemented with 6875847.
22-06-2011